GET
/invocations/{id}Get details about an invocation's status and output.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
The invocation ID
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/invocations/rr33xuugxj9h0bkf1rdt2bet"{ "id": "string", "app_name": "string", "version": "string", "action_name": "string", "payload": "string", "output": "string", "started_at": "2019-08-24T14:15:22Z", "finished_at": "2019-08-24T14:15:22Z", "status": "queued", "status_reason": "string"}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}