FruxonDocs
IntegrationsAssets

Gets a single document by its ID.

Returns the document's metadata and current ingestion status, without its chunks. Use this when the listing-page payload is insufficient — for example to inspect the source URL or last-ingested timestamp of one document. To retrieve the document's indexed text fetch its chunks via `GET /assets/{asset}/documents/{document}/chunks`.

GET
/v1/tenants/{tenant}/assets/{asset}/documents/{document}
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

asset*string

The asset ID.

Formatuuid
document*string

The document ID.

Formatuuid
tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/assets/497f6eca-6276-4993-bfeb-53cbbbba6f08/documents/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "00000000-0000-0000-0000-000000000000",
  "assetId": "00000000-0000-0000-0000-000000000000",
  "fileName": "string",
  "contentType": "string",
  "sourceUrl": "string",
  "fileSize": 0,
  "chunkCount": 0,
  "status": "PENDING",
  "errorMessage": "string",
  "createdAt": 0,
  "modifiedAt": 0,
  "processedAt": 0
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}