Knowledge
Get document
Fetch one document record by ID. Returns the same shape as the list endpoint, scoped to a single document.
GET
Returns one document record by ID. The response shape is identical to a single entry in List documents — same fields, same semantics. Use this endpoint when you have a document ID and want a focused payload, especially for polling
linkedJobStatus during ingestion.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_...Path parameters
Document ID. Get this from List documents or from the response of Queue ingestion and Register provider resources.
Response
The response is a single document object. See List documents → Response for the full field reference — the shape is identical.Errors
400 Bad Request
400 Bad Request
The
id path parameter is not a valid UUID.401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
The API key doesn’t include the
read scope, or the document belongs to a different workspace than the key.404 Not Found
404 Not Found
No document exists with that ID in the workspace tied to the key. Confirm the ID and that you’re authenticating against the right workspace.

