Skip to main content
GET
/
api
/
v0
/
job-statuses
/
{job_status_id}
Get Job Status
curl --request GET \
  --url https://api.example.com/api/v0/job-statuses/{job_status_id}
{
  "id": 123,
  "user_id": 123,
  "status": "string",
  "error_message": {},
  "created_at": "string"
}

Documentation Index

Fetch the complete documentation index at: https://docs.outerport.com/llms.txt

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

Get Job Status

This endpoint get job status.

Path Parameters

integer
required
No description provided

Response

data
object
The response data for this endpoint.
{
  "id": 123,
  "user_id": 123,
  "status": "string",
  "error_message": {},
  "created_at": "string"
}