Returns details and progress of a specific batch operation.
curl --request GET \
--url https://api.strait.dev/v1/batch-operations/{batchID} \
--header 'Authorization: Bearer <token>'{
"created_at": "2023-11-07T05:31:56Z",
"created_count": 123,
"id": "<string>",
"item_count": 123,
"job_id": "<string>",
"project_id": "<string>",
"$schema": "<string>",
"created_by": "<string>",
"finished_at": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.strait.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key passed as Bearer token
OK
A URL to the JSON Schema for this object.
"https://api.strait.dev/schemas/BatchOperation.json"
curl --request GET \
--url https://api.strait.dev/v1/batch-operations/{batchID} \
--header 'Authorization: Bearer <token>'{
"created_at": "2023-11-07T05:31:56Z",
"created_count": 123,
"id": "<string>",
"item_count": 123,
"job_id": "<string>",
"project_id": "<string>",
"$schema": "<string>",
"created_by": "<string>",
"finished_at": "2023-11-07T05:31:56Z"
}