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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” limit
integer
Optional bridge-specific maximum number of runs to return.
cursor
string
Optional bridge-specific pagination cursor.
Responses
Section titled “ Responses ”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"}