Retrieve a workflow

Retrieve a workflow by its external id.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
workflowExternalId
required
string (WorkflowExternalId) <= 255 characters

Identifier for a workflow. Must be unique for the project. No trailing or leading whitespace and no null characters allowed.

Responses
200

Information about the workflow

404

The response for a failed request.

get/workflows/{workflowExternalId}
Request samples
Response samples
application/json
{
  • "externalId": "string",
  • "description": "string",
  • "createdTime": 0
}