v1

latestOpenAPI 3.0.02026-07-2480355389.7 KB
Workflows

Request work batch

Requests work batch of items for specified workflow.

post/api/v2/teams/{team_slug}/items/request_work_batch

Path parameters

team_slugstring required

Team's sluggified name

Request body

workflow_idstring uuid required

Example request

{
  "workflow_id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781"
}

Response

WorkflowsV2.WorkBatch.CreateResponse

dataset_idinteger required
idstring uuid required

Example response

[
  {
    "dataset_id": 123,
    "id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781"
  }
]