Skip to main content
GET
/
getJobStatusSummary
Get job status summary
curl --request GET \
  --url https://api.parcha.ai/api/v1/getJobStatusSummary \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "summary": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

API key obtained from your Parcha account settings. Include as Bearer token in the Authorization header.

Query Parameters

job_id
string
required

The ID of the job to summarize

Response

Job status summary retrieved successfully

status
string
summary
string