curl --request GET \
--url https://sapi.withsutro.com/applications/{applicationId}/status \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"jobs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"implementationJobId": "<string>",
"jobType": "figma_code_generation",
"status": "queued",
"customerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"metadata": {},
"errorMessage": "<string>",
"errorStack": "<string>",
"startedAt": "<string>",
"completedAt": "<string>"
}
]
}curl --request GET \
--url https://sapi.withsutro.com/applications/{applicationId}/status \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"jobs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"implementationJobId": "<string>",
"jobType": "figma_code_generation",
"status": "queued",
"customerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"metadata": {},
"errorMessage": "<string>",
"errorStack": "<string>",
"startedAt": "<string>",
"completedAt": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.withsutro.com/llms.txt
Use this file to discover all available pages before exploring further.
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?