v46

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-253903.6 MB
Documents

Get processing documents

Get documents that are currently being processed

get/v3/documents/processing

Response

Successfully retrieved processing documents

totalCountnumber required

Total number of processing documents

Example response

{
  "documents": [
    {
      "id": "doc_123",
      "customId": "custom_123",
      "title": "My Document",
      "type": "text",
      "status": "extracting",
      "createdAt": "2024-12-27T12:00:00Z",
      "updatedAt": "2024-12-27T12:01:00Z",
      "metadata": {},
      "containerTags": [
        "sm_project_default"
      ]
    }
  ],
  "totalCount": 5
}