Skip to main content
GET
/
getJobsByCaseId
Get jobs by case ID
curl --request GET \
  --url https://api.parcha.ai/api/v1/getJobsByCaseId \
  --header 'Authorization: Bearer <token>'
{
  "jobs": [
    {}
  ],
  "count": 123
}

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

case_id
string
required
agent_key
string
required
include_check_results
boolean
include_status_messages
boolean

Response

Jobs retrieved successfully

jobs
object[]
count
integer