GET
/
v0
/
workflow
/
runs
/
{workflowRunId}
curl --request GET \
  --url https://api-bluvo.com/v0/workflow/runs/{workflowRunId} \
  --header 'x-bluvo-api-key: <api-key>' \
  --header 'x-bluvo-org-id: <api-key>'
{
  "steps": [
    {
      "stepName": "init",
      "createdAt": 1744621418283,
      "finishedAt": 1744621424222,
      "state": "RUN_SUCCESS"
    },
    {
      "stepName": "add-wallet-step-1",
      "createdAt": 1744621424222,
      "finishedAt": 1744621425997,
      "state": "RUN_SUCCESS"
    },
    {
      "stepName": "add-wallet-step-2",
      "createdAt": 1744621425997,
      "finishedAt": 1744621426166,
      "state": "RUN_SUCCESS"
    }
  ]
}

Authorizations

x-bluvo-api-key
string
header
required

Bluvo API Key

x-bluvo-org-id
string
header
required

Bluvo Organization ID

Path Parameters

workflowRunId
string
required

The unique identifier of the workflow run to query.

Response

200 - application/json
Successful response
steps
object[]
required

Array of steps in the workflow run