Skip to main content
GET
/
applications
/
{applicationId}
/
status
Gets the current status of the Application
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Builder authentication and authorization

x-sutro-api-client
string
header
required

A unique identifier for the API Client making a request

Path Parameters

applicationId
string<uuid>
required

Response

The current status of an Application. It includes information about the application's jobs, deployments, migrations, and other statuses.

jobs
object[]
required

Array of jobs associated with the application