API ReferenceWorkflows
Get a workflow by id.
Get a workflow by id. - Rensei REST API operation reference.
AuthorizationBearer <token>
Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.
In: header
Path Parameters
id*string
Workflow id.
Response Body
application/json
curl -X GET "https://example.com/api/workflows/string"{
"id": "string",
"workspaceId": "string",
"name": "string",
"description": "string",
"status": "string",
"nodes": [
null
],
"edges": [
null
],
"groups": [
null
],
"viewport": null,
"definitionYaml": "string",
"createdBy": "string",
"createdAt": "string",
"updatedAt": "string",
"publishedAt": "string",
"projectScope": [
"string"
],
"archivedAt": "string"
}Empty
Empty
Empty