Workflows
Get a workflow
Retrieves a single workflow definition by id.
get/v1/workflows/{id}
Response
A workflow.
Example response
{
"data": {
"id": "665f1c2a9b1e4a0012a3b4c5",
"name": "Target screening"
}
}Retrieves a single workflow definition by id.
A workflow.
{
"data": {
"id": "665f1c2a9b1e4a0012a3b4c5",
"name": "Target screening"
}
}