Skip to content

List external token refresh runs.

GET
/api/admin/external-token-refresh/runs
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/admin/external-token-refresh/runs \
--header 'Authorization: Bearer <token>'

Lists recent token refresh runs from the External IdP Bridge and forwards query parameters to the bridge. When the bridge is not configured, returns an empty run list with runtime_status.

limit
integer
>= 1

Optional bridge-specific maximum number of runs to return.

cursor
string

Optional bridge-specific pagination cursor.

External token refresh run list response.

Media type application/json
object
runs
required
Array<object>
object
key
additional properties
runtime_status
string
key
additional properties
Example generated
{
"runs": [
{
"additionalProperty": "example"
}
],
"runtime_status": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}