Operations
Get operation details
Returns the public details of an existing operation in the authorized organization.
GET
Get operation details
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$Identifier of the operation.
Required string length:
24Pattern:
^[0-9a-f]{24}$Response
Operation successfully retrieved.
Operation execution identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$Operation name.
Operation description. An empty string is returned when it doesn't exist at source.
Current operation status.
Available options:
finished, unknown, error, pending, in-progress, timeout, cancelled, scheduled Creation timestamp.
Identifier of the organization owning the operation.
Required string length:
24Pattern:
^[0-9a-f]{24}$Start timestamp.
Completion timestamp.
Related microservice identifier, when it exists.
Required string length:
24Pattern:
^[0-9a-f]{24}$Related flow identifier, when it exists.
Required string length:
24Pattern:
^[0-9a-f]{24}$