v1
latestOpenAPI 3.0.02026-07-2480355389.7 KBWorkflows
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
Example request
{
"workflow_id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781"
}Response
WorkflowsV2.WorkBatch.CreateResponse
Example response
[
{
"dataset_id": 123,
"id": "e23ff3f3-8f77-4e78-9e81-fdb25abfb781"
}
]