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_id
string<uuid>
required

ID of the action attempt that you want to get.

Response

OK

action_attempt
object
required

Represents an asynchronous action. Poll until status is success or error. See the action_attempt object.