Docs
Jobs

Get any job, including results and errors

GET/jobs/{id}
AuthorizationBearer <token>

Enter your API key with the bc_ prefix

In: header

Path Parameters

id*string

Query Parameters

page?number
Range1 <= value
Default1
limit?number
Range1 <= value <= 100
Default50

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