This API retrieves information about a specific workflow run, including its status and log URL.
Input parameters
Parameter | Type | Required | Description |
|---|---|---|---|
| Number | Yes | Your account ID. |
| String | Yes | The unique identifier of the workflow run. Obtained from |
Sample request
Use the Query Builder to create and edit a workflow. See NerdGraph API explorer.
{ actor { account(id: 11933347) { workflowAutomation { workflowRunInfo(runId: "8911c7e4-5a1f-4316-90c8-67adde72dd1c") { logUrl status } } } }}Sample response
The query returns:
logUrl: URL to view the workflow execution logsstatus: The current status of the workflow run