GET
/
v0
/
workflow
/
{workflowType}
/
get
/
{workflowRunId}
Get Workflow
curl --request GET \
  --url https://api-bluvo.com/v0/workflow/{workflowType}/get/{workflowRunId} \
  --header 'x-bluvo-api-key: <api-key>' \
  --header 'x-bluvo-org-id: <api-key>' \
  --header 'x-bluvo-project-id: <api-key>'
{
  "id": "96d57dc5-8721-43a8-9225-2bbf8435a36c",
  "details": {
    "status": "complete",
    "error": null
  }
}

Authorizations

x-bluvo-api-key
string
header
required

Bluvo API Key

x-bluvo-org-id
string
header
required

Bluvo Organization ID

x-bluvo-project-id
string
header
required

Bluvo Project ID

Path Parameters

workflowRunId
string
required

The unique identifier of the workflow run to query.

workflowType
enum<string>
required

The type of workflow to query (e.g. 'connect', 'withdraw').

Available options:
connect,
withdraw,
oauth2

Response

200 - application/json

Successful response

The response is of type object.