Get all cases

Returns a list of cases.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Scope

guardian-cases:read

Query Params
string
length ≤ 1600

Allows filtering by using comparison and logical operators.


  • To search parts of a string within a field of type string then the contains operator should be used.

    The syntax is the following: contains(field, 'value')



  • Logical operators are and and or.

    When using multiple ANDs and ORs, you should use parentheses to explicitly define the logical operators evaluation order.

    (note: this is recommended because the usual precedence rules aren't supported due to an implementation detail).


    Examples:

    • (contains(user_id, 'agent1') or contains(user_id, 'agent2')) and score eq 1

    • contains(user_id, 'agent1')

    • (ingest_timestamp ge '2020-12-18T13:09:09.417Z' and ingest_timestamp le '2020-12-25T13:09:09.417Z')


    More information here

    string
    length ≤ 300
    Defaults to ingest_timestamp:desc

    Sorts by the indicated field in the specified direction, ascending or descending.
    The expression format may contain the suffix asc or desc separated from the property name with a colon in between.

    Examples:


    • ingest_timestamp:desc

    More information here

    int32
    1 to 2147483647
    Defaults to 1

    Number of the requested page

    int32
    1 to 250
    Defaults to 10

    Max number of the items in a page

    Headers
    string
    enum
    Defaults to application/json

    Generated from available response content types

    Allowed:
    Responses

    Language
    Credentials
    OAuth2
    Missing 1 required scope
    URL
    LoadingLoading…
    Response
    Click Try It! to start a request and see the response here! Or choose an example:
    application/json
    text/csv