Skip to main content
GET
Get a workflow run

Authorizations

Authorization
string
header
required

OAuth 2.0. Obtain an access token via the Client Credentials or Authorization Code flow, then send it as Authorization: Bearer <token>.

Path Parameters

workflowId
string
required
runId
string
required

Query Parameters

variables
string

A comma-separated list of workflow variable IDs whose values should be included in each run's context. Values are omitted unless requested here. Reading a secret (password) variable additionally requires the Workflows.Runs.ReadSecrets scope.

Response

OK

next
string

The URL of the next page of results. Absent when there are no more results.

results
object[]

The page of results.