# Gets all the contextChecks the caller has submitted

Endpoint: GET /contextChecks
Security: clientCredentials, oAuth2Password

## Query parameters:

  - `start` (string)
    Filter contextChecks created after this date (inclusive with ascending sort order, exlusive with descending sort order)

  - `end` (string)
    Filter contextChecks created before this date (exclusive with ascending sort order, inclusive with descending sort order)

  - `limit` (number)
    The number of contextChecks to return.

  - `sort` (string)
    The direction to sort contextChecks by created_at
    Enum: "asc", "desc"

  - `filter` (string)
    Filters context checks with their corresponding indexOn value if the writer set one.

## Response 200 fields (application/json):

  - `data` (array, required)


