Skip to main content
GET
List Submission Events

Authorizations

Authorization
string
header
required

Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.

Query Parameters

cursor_id
string<uuid> | null

Optional. If iterating through a result set, this is the cursor ID to start from, obtained from the last response's cursor_id field.

division
string

Optional. The division UUID to filter results by. (Must include at least one of division, team, or pingid.)

Minimum string length: 1
page_size
integer
default:50

Optional. The maximum number of results returned in a page.

Required range: 1 <= x <= 250
pingid
string

Optional. The pingid to filter results by. (Must include at least one of division, team, or pingid.)

Minimum string length: 1
start
string<date-time> | null

Optional. Start timestamp for which results will be returned. All timestamps are UTC. It should be formatted like %Y%m%d%H%M%S. E.g. Jan 1 2023 1:00 PM would be given as 20230101130000.

team
string

Optional. The team UUID to filter results by. (Must include at least one of division, team, or pingid.)

Minimum string length: 1

Response

200 - application/json
cursor_id
string<uuid> | null
required

Provide this cursor_id back to the API to get the next page of results.

results
object[]
required

List of submission events.