curl --request GET \ --url 'https://prior-auth-api.claritycare.ai/v1/all-processes' \ --header 'Authorization: Bearer {cognito_login_token}'
[ { "external_case_id": "case_123abc", "run_id": "proc_123abc", "run_status": "completed", ... }, { "external_case_id": "case_456def", "run_id": "proc_456def", "run_status": "pending", ... } ]
Retrieve a list of all processing requests
Documentation IndexFetch the complete documentation index at: https://docs.claritycare.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.claritycare.ai/llms.txt
Use this file to discover all available pages before exploring further.