Archust Docs
Instances

Progress DTO

GET
/v1/job-instances/{id}/progress

Authorization

bearerAuth
AuthorizationBearer <token>

Clerk session JWT. Also send x-clerk-org-id if org context needed.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

curl -X GET "https://example.com/v1/job-instances/497f6eca-6276-4993-bfeb-53cbbbba6f08/progress"
{  "status": "string",  "step": "string",  "percent": 0}