Returns a list of all cases within the workspace that match the provided query.
The states of the cases to be retrieved.
The name of the state. The default states are: new, in progress, on hold, resolved, closed. If your workspace has custom states, you can specify them by name.
The severities of the cases to be retrieved.
The severity of the case. The possible values are: informational, low, medium, high, critical.
The assignees of the cases to be retrieved.
Time range filter.
The start time for the retrieval of cases within a specified creation time range.
The end time for the retrieval of cases within a specified creation time range.
- RELATIVE_UNSPECIFIED: The relative time range is unspecified.
- RELATIVE_LAST_15_MIN: The relative time range is 15 minutes.
- RELATIVE_LAST_1_HOUR: The relative time range is 1 hour.
- RELATIVE_LAST_4_HOURS: The relative time range is 4 hours.
- RELATIVE_LAST_1_DAY: The relative time range is 1 day.
- RELATIVE_LAST_2_DAYS: The relative time range is 2 days.
- RELATIVE_LAST_7_DAYS: The relative time range is 7 days.
- RELATIVE_LAST_14_DAYS: The relative time range is 14 days.
- RELATIVE_LAST_30_DAYS: The relative time range is 30 days.
- RELATIVE_LAST_90_DAYS: The relative time range is 90 days.
- RELATIVE_LAST_1_MONTH: The relative time range is 1 month.
- RELATIVE_LAST_3_MONTHS: The relative time range is 3 months.
The free text to match within the text fields of the cases to be retrieved.
Filter based on the duration passed relative to the SLA, measured as a percentage. Setting 'from' to 1 and 'to' to 0 will return all the cases with breached SLA.
The minimum percentage of elapsed duration relative to the SLA, for instance, 0.2 indicating 20% elapsed.
The maximum percentage of elapsed duration relative to the SLA, for instance, 0.5 indicating 50% elapsed.
The categories of the cases to be retrieved.
The observable IDs of the cases to be retrieved.
The tags of the cases to be retrieved.
The custom fields of the cases to be retrieved.
Custom field key and value pair.
The custom field key.
The custom field value.
The custom field values.
The resolution reasons of the cases to be retrieved.
The minimum number of pending tasks in the cases to be retrieved. Retrieve cases that have at least the specified number of pending tasks. For example, for pending_tasks=2, cases that have 2 pending tasks or more will be retrieved.
The runbook names of the cases to be retrieved.
The IDs of the cases to be retrieved.
Conclusions.
The review conclusions of the cases to be retrieved.
The review conclusion. The default conclusions are Approved and Rejected, but they can be customized on the Cases settings page.
Reviewers.
The reviewers of the cases to be retrieved.
The email of the actor. Only applicable when the actor is a user.
Time range filter.
The start time for the retrieval of cases within a specified creation time range.
The end time for the retrieval of cases within a specified creation time range.
- RELATIVE_UNSPECIFIED: The relative time range is unspecified.
- RELATIVE_LAST_15_MIN: The relative time range is 15 minutes.
- RELATIVE_LAST_1_HOUR: The relative time range is 1 hour.
- RELATIVE_LAST_4_HOURS: The relative time range is 4 hours.
- RELATIVE_LAST_1_DAY: The relative time range is 1 day.
- RELATIVE_LAST_2_DAYS: The relative time range is 2 days.
- RELATIVE_LAST_7_DAYS: The relative time range is 7 days.
- RELATIVE_LAST_14_DAYS: The relative time range is 14 days.
- RELATIVE_LAST_30_DAYS: The relative time range is 30 days.
- RELATIVE_LAST_90_DAYS: The relative time range is 90 days.
- RELATIVE_LAST_1_MONTH: The relative time range is 1 month.
- RELATIVE_LAST_3_MONTHS: The relative time range is 3 months.
The order in which to sort the results. The possible values are: asc (ascending), desc (descending). Default is desc.
The criteria by which to sort the results. The possible values are: severity, created_at, state, title, assignee, sla_expiration, category, updated_at. Default is severity.
The maximum number of cases to retrieve per page. Default is 100. Maximum is 500. If the number of results exceeds the defined page size, use pagination to retrieve the next page of results.
The token received from a previous List cases request. Provide this to retrieve the next page of results.
Field mask to specify which fields to FILTER out from the response. If not provided, all fields are returned.
A successful response.
The returned cases.
The unique identifier of the case.
The unique identifier of the case as displayed on the Cases page.
The case title.
The case description.
The name of the state. The default states are: new, in progress, on hold, resolved, closed. If your workspace has custom states, you can specify them by name.
The severity of the case. The possible values are: informational, low, medium, high, critical.
The email address of the case assignee.
The actor kind. Supported values are: USER, WORKFLOW, SOCRATES.
The email of the actor. Only applicable when the actor is a user.
The timestamp when the case was created.
The timestamp when the case was last updated.
The timestamp when the case was resolved or closed.
The duration, measured in seconds, from the creation of the case until it should be resolved or closed.
The timestamp when the case was created.
The timestamp when the case was resolved or closed.
The case categpry.
The case tags.
The number of pending tasks.
The reason the case was resolved or closed (up to 100 characters).
The detailed overview of the case resolution.
The case runbook ID.
The actor kind. Supported values are: USER, WORKFLOW, SOCRATES.
The email of the actor. Only applicable when the actor is a user.
The review conclusion. The default conclusions are Approved and Rejected, but they can be customized on the Cases settings page.
The case review conclusion note, providing additional context.
The actor kind. Supported values are: USER, WORKFLOW, SOCRATES.
The email of the actor. Only applicable when the actor is a user.
- ACCESS_POLICY_UNSPECIFIED: The case is publicly accessible.
- ACCESS_POLICY_PUBLIC: The case is publicly accessible.
- ACCESS_POLICY_COLLABORATORS_LIST: The case is accessible only to a list of collaborators
- ACCESS_POLICY_UNSPECIFIED: The case is publicly accessible.
- ACCESS_POLICY_PUBLIC: The case is publicly accessible.
- ACCESS_POLICY_COLLABORATORS_LIST: The case is accessible only to a list of collaborators
When a token is returned it indicates there is another page of results to retrieve.
Pass this token in the page_token parameter in a subsequent List cases request to retrieve the next page of results.
If this field isn't returned it means there are no additional pages to retrieve.
Invalid bearer token. If you receive this message more than once try creating a new Client ID/Client Secret or generating a new bearer token.
You don't have permission to access this resource.