Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The 20 most recent bulk batches in the workspace, newest first.
cURL
curl --request GET \ --url https://api.revcenter.ai/api/bulk \ --cookie session=
const options = {method: 'GET', headers: {cookie: 'session='}}; fetch('https://api.revcenter.ai/api/bulk', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
import requests url = "https://api.revcenter.ai/api/bulk" headers = {"cookie": "session="} response = requests.get(url, headers=headers) print(response.text)
{ "batches": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "mode": "candidate", "jd_count": 123, "status": "running", "error": "<string>", "created_at": "2023-11-07T05:31:56Z" } ] }
{ "error": "Sign in required" }
A signed-in workspace session, sent as a browser cookie. Requests must include credentials, and act on the session's active workspace.
Recent batches.
Show child attributes