Retrieves a specified workflow.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

workflowIdstringRequiredformat: "uuid"

Response

OK
idstringOptionalformat: "uuid"
The id of the entity.
createdOnstringOptionalformat: "date-time"
The date this entity was created.
createdBystringOptionalformat: "uuid"
The id of the user who created this entity.
updatedOnstringOptionalformat: "date-time"
The date this entity was last modified.
updatedBystringOptionalformat: "uuid"
The id of the user who last modified this entity.
namestring or nullOptional
The name of the entity.
iconstring or nullOptional
The icon associated with this workflow.
isArchivedbooleanOptional
Whether the workflow has been archived.
isExternalbooleanOptional

True if the workflow is coming from an external workspace (awork Connect). False otherwise.

Errors

404
Not Found Error