Get an Action Attempt
Returns a specified action attempt.
Returns a specified action attempt.
Code:
await seam.actionAttempts.get({
action_attempt_id: "5f4e3d2c-1b0a-9f8e-7d6c-5b4a3c2d1e0f",
});
Output:
{
"action_attempt_id": "5f4e3d2c-1b0a-9f8e-7d6c-5b4a3c2d1e0f",
"action_type": "UNLOCK_DOOR",
"error": null,
"result": {},
"status": "success"
}
Request Parameters
action_attempt_id
String (Required)
ID of the action attempt that you want to get.
Response
Last updated
Was this helpful?