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
}
}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