Skip to main content

List the most recent cloud catalog sync runs for a source, ordered by started_at descending. Hardcoded limit of 50 runs.

GET 

/api/v1/admin/cloud-catalog/sources/:source_id/runs

List the most recent cloud catalog sync runs for a source, ordered by started_at descending. Hardcoded limit of 50 runs. Does not return 404 if the source_id is unknown — returns an empty array. Requires JWT auth with admin or owner role.

Request

Responses

Success