Knowledge
Get source
Fetch one source record by ID. Returns the same shape as the list endpoint, scoped to a single source.
GET
Returns one source record by ID. The response shape is identical to a single entry in List sources — same fields, same semantics. Use this endpoint when you have a source ID and want a focused payload, especially for polling
linkedJobStatus during ingestion.
The route path and response object still use
document naming because that is the current API contract. This page uses source terminology for the product model.Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_...Path parameters
Source ID. Get this from List sources or from the response of Ingest sources and Register provider resources.
Response
The response is a singleDocument object. See List sources → Document for the full field reference. In the product model, this object represents one source record.
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 source belongs to a different workspace than the key.404 Not Found
404 Not Found
No source exists with that ID in the workspace tied to the key. Confirm the ID and that you’re authenticating against the right workspace.

