cURL
curl --request GET \ --url https://api.parcha.ai/api/v1/getJobStatusSummary \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "summary": "<string>" }
Get a job’s status and a summarized description of its progress
Documentation IndexFetch the complete documentation index at: https://docs.parcha.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.parcha.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key obtained from your Parcha account settings. Include as Bearer token in the Authorization header.
The ID of the job to summarize
Job status summary retrieved successfully