Check job processing status
Jobs
Check job processing status
Check the processing status of one or more job descriptions by their IDs. Use this endpoint to poll for completion after submitting jobs for analysis. Each requested ID is returned with a per-item status (PENDING, COMPLETED, FAILED, or NOT_FOUND).
POST
Check job processing status
Documentation Index
Fetch the complete documentation index at: https://docs.fribl.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key in UUID format. Include this header with every authenticated request.
Body
application/json
Request body for checking processing status. The ids array must contain at least one identifier — empty arrays are rejected with 400.
List of document identifiers to check status for. Must be non-empty.
Minimum array length:
1