List catalog repair jobs
GET
/api/admin/admin-logging/catalog-repair-jobs
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/admin-logging/catalog-repair-jobs \ --header 'Authorization: Bearer <token>'Lists catalog repair jobs ordered by active status and recency.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” limit
integer
Maximum number of records to return.
Responses
Section titled “ Responses ”Successful JSON response.
Media type application/json
object
items
required
Array<object>
object
key
additional properties
total
required
integer
page
object
key
additional properties
key
additional properties
Example
{ "items": [ { "id": "lde_123", "tenant_key": "tenant-key-123", "lane": "critical", "status": "failed", "log_type": "security", "plane": "control", "record_count": 10, "created_at": 1770000000000 } ], "total": 1, "page": { "next_cursor": null, "has_more": false, "limit": 50 }}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"}