v2

latestOpenAPI 3.1.02026-08-0382170235.8 KB
jobs

List jobs for workspace

List jobs for the authenticated workspace.

Optionally filter by status (pending, processing, completed, failed). Useful for building a global job status badge/dashboard.

get/jobs

Query parameters

status_filterstring nullable

Response

Jobs listed successfully

totalinteger required

Example response

{
  "jobs": [
    {
      "result": {
        "document_context": {
          "document_type": "technical",
          "key_entities": [
            "POT Index",
            "SciPot",
            "certainty scores",
            "facts",
            "provenance"
          ],
          "language": "en",
          "main_themes": [
            "scoring system",
            "knowledge validation",
            "certainty measurement"
          ],
          "title": "POT Index Specification"
        }
      }
    }
  ]
}