get

HTTP Request

GET /api/v1/workflows/:workflowReference

Path parameters

Parameter

workflowReference

A qualified reference to the workflow. See referencing resources for more information.

This endpoint extends the general API structure.

Authorization

View access to the workflow is required. If the workflow is not public, your access token must have one of the following scopes:

  • data.overview

Learn more about authorization.

Request body

The request body must be empty.

Response body

Returns a JSON representation of a workflow resource.

Last updated