GET
/
getJobMetadataByCaseId
Get job metadata by case ID
curl --request GET \
  --url https://api.parcha.ai/api/v1/getJobMetadataByCaseId \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Query Parameters

case_id
string
required

The ID of the case

agent_key
string
required

The agent key

Response

Job metadata retrieved successfully