Show run
Show details of a single run by its UUID
Sign in to run requests against the CDE API.
Authorization
oAuth2AuthCode AuthorizationBearer <token>
In: header
Path Parameters
runId*string
Format
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://cde.staging.productsup.com/runs/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"message": "run",
"data": {
"id": "019e16f3-dd45-7241-b753-2856c6a3da8a",
"connector-id": "019e16f3-dd16-7aa5-bd10-c3eed9fb7d1f",
"connector-version": "3.0.0",
"state": "finished",
"process-id": "019e16f3-dd45-7285-b753-2856c70a87b3",
"site-id": 1001,
"site-name": "Tempora et incidunt et pariatur.",
"project-id": 46,
"project-name": "Ut eum et officiis.",
"account-id": 325,
"account-name": "Esse est nihil.",
"exit-code": 0,
"container-api-docker-image": null,
"container-api-version-constraint": null,
"cli-command": "php app.php connector:run",
"registered-secrets": null,
"authentications": null,
"connector-setup-config": null,
"started-at": "2026-05-11T14:07:21+02:00",
"finished-at": "2026-05-11T14:12:21+02:00",
"created-at": "2025-01-03T10:00:00+00:00"
}
}{
"message": "You have to be authorized to access this resource."
}{
"message": "Access denied for user."
}{
"message": "Run not found."
}How is this guide?