GET
/
getJobsByCaseId
curl --request GET \
  --url https://demo.parcha.ai/api/v1/getJobsByCaseId \
  --header 'Authorization: Bearer <token>'
{
  "jobs": [
    {}
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Query Parameters

case_id
string
required
agent_key
string
required
include_check_results
boolean
include_status_messages
boolean

Response

200
application/json
Jobs retrieved successfully
jobs
object[]
count
integer