Retrieve all jobs associated with a specific case ID for a given agent
GET /getJobsByCaseId
JobsResponse
model, which typically includes:
include_check_results
is true.status_messages
field will be deprecated in future versions.
include_status_messages
is true.Status Code | Description |
---|---|
404 | Case or jobs not found |
403 | Unauthorized access to agent |
500 | Internal server error |
include_check_results
and include_status_messages
parameters allow you to control the level of detail in the response. Setting these to true
may increase the response size and processing time.JWT token obtained from the authentication endpoint
Jobs retrieved successfully
The response is of type object
.