Skip to main content
GET
/
api
/
v1
/
job
/
{id}
/
progress
Stream job progress
curl --request GET \
  --url http://localhost:3051/api/v1/job/{id}/progress \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.omnifence.ai/llms.txt

Use this file to discover all available pages before exploring further.

Requires the job:read scope. Requests without this scope receive a 403 FORBIDDEN response. See authentication.

Authorizations

Authorization
string
header
required

API key from the Stars dashboard

Path Parameters

id
string<uuid>
required

Response

200

Default Response