GET
/
workflow
/
id
/
{id}
curl --request GET \
  --url https://{api-address}.org.machina.gg/workflow/id/{id} \
  --header 'x-api-token: <api-key>'
{
  "data": {
    "_id": "<string>",
    "name": "<string>",
    "title": "<string>",
    "description": "<string>",
    "status": "active",
    "context": {},
    "inputs": {},
    "outputs": {},
    "created": "<string>"
  },
  "status": true
}

Authorizations

x-api-token
string
header
required

API key authentication

Path Parameters

id
string
required

Unique ID of the workflow

Response

200
application/json
Workflow details
data
object
status
boolean

Operation status