Skip to main content
POST
Use this route to poll background jobs queued by Generate knowledge or Bulk generate knowledge.

Headers

string
required
Bearer token containing your Fini workspace API key. Format: Bearer fini_... The key needs read scope.
string
required
application/json

Body parameters

array
required
Background job IDs to inspect.

Response

array
Status rows for the requested jobs.

Errors

The request body is malformed or jobIds is missing or empty.
The API key is missing, malformed, revoked, or invalid.
The API key does not include the read scope.
One or more job IDs do not exist, are inaccessible from this workspace, or are not knowledge-generation jobs.
Fini failed while reading job status. Retry once, then narrow the request to isolate the failing job ID.