Brain
GET /v1/brain/jobs
List recent ingestion/maintenance jobs (id, kind, status, timestamps)
GET /v1/brain/jobsList recent ingestion/maintenance jobs (id, kind, status, timestamps). Use ?limit= to bound the page.
Required scope: brain:admin
Query parameters
| name | required | description |
|---|---|---|
limit | no | Max jobs to return. |
Example
curl -X GET 'https://brain.unisonlabs.ai/v1/brain/jobs?limit=10' \
-H "Authorization: Bearer $UNISON_TOKEN"Returns the JSON described above on success, or an error envelope { "error": { "code", "message" } } on failure.