curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/status \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"jobs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"jobType": "figma_code_generation",
"status": "queued",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"startedAt": "<string>",
"completedAt": "<string>"
}
]
}curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/status \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"jobs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"jobType": "figma_code_generation",
"status": "queued",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"startedAt": "<string>",
"completedAt": "<string>"
}
]
}Builder authentication and authorization
A unique identifier for the API Client making a request
The current status of an Application. It includes information about the application's jobs, deployments, migrations, and other statuses.
Array of jobs associated with the application
Show child attributes
Was this page helpful?