Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
action_attempt_ids
string<uuid>[]

IDs of the action attempts that you want to retrieve.

device_id
string<uuid>

ID of the device to filter action attempts by.

limit
integer
default:500

Maximum number of records to return per page.

Required range: x > 0
page_cursor
string | null

Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.

Response

OK

action_attempts
object[]
required
pagination
object
required

Information about the current page of results.