Skip to main content

Endpoints


GET /actions/:actionId

Retrieve a complete action including all intents and their chain authorization steps.

Path Parameters

Response (200)


GET /actions/:actionId/intents/:intentIndex

Retrieve a specific intent within an action.

Path Parameters

Response (200)


GET /actions/:actionId/intents/:intentIndex/steps/:stepIndex

Retrieve status of a specific chain authorization step.

Path Parameters

Response (200)

Step Status Values


Error Responses

400 Bad Request

404 Not Found