curl --request GET \
--url https://api.bedrock.cv/jobs \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "job_01JABCD123",
"type": "overlay.generate",
"status": "COMPLETED",
"target_type": "Block",
"target_id": "blk_01JABCD123",
"created_at": "2024-06-17T08:55:00Z"
}
],
"_meta": {
"next": "eyJpZCI6ImN1cnNvcl8xMjM0NTYiLCJjcmVhdGVkX2F0IjoiMjAyNC0wNi0xNVQxMDozMDowMFoifQ==",
"prev": null,
"limit": 1
}
}Retrieve jobs in a project.
curl --request GET \
--url https://api.bedrock.cv/jobs \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "job_01JABCD123",
"type": "overlay.generate",
"status": "COMPLETED",
"target_type": "Block",
"target_id": "blk_01JABCD123",
"created_at": "2024-06-17T08:55:00Z"
}
],
"_meta": {
"next": "eyJpZCI6ImN1cnNvcl8xMjM0NTYiLCJjcmVhdGVkX2F0IjoiMjAyNC0wNi0xNVQxMDozMDowMFoifQ==",
"prev": null,
"limit": 1
}
}Returns a paginated list of jobs. Filter by project, status, type, or target resource. See Filtering for all available query parameters.Documentation Index
Fetch the complete documentation index at: https://docs.bedrock.cv/llms.txt
Use this file to discover all available pages before exploring further.
API key prefixed with sk_. Example: Authorization: Bearer sk_xxx
API version
Pagination cursor
Number of items per page
1 <= x <= 100Filter by status
Filter by job type