Jobs
Get any job, including results and errors
GET
/jobs/{id}Authorization
api-key AuthorizationBearer <token>
Enter your API key with the bc_ prefix
In: header
Path Parameters
id*string
Query Parameters
page?number
Range
1 <= valueDefault
1limit?number
Range
1 <= value <= 100Default
50Response Body
application/json
curl -X GET "https://example.com/jobs/string"{ "data": { "errors": [ { "error": "string", "url": "string" } ], "result": null, "resultPagination": { "limit": 0, "page": 0, "total": 0, "totalPages": 0 }, "results": [ {} ] }, "success": true}