GET
/
documents
/
get
/
{resource_id}
{
  "source": "collections",
  "resource_id": "<string>",
  "metadata": {
    "indexed_at": "2023-11-07T05:31:56Z",
    "last_modified": "2023-11-07T05:31:56Z",
    "status": "pending",
    "events": [
      {
        "message": "<string>",
        "time": "2023-11-07T05:31:56Z",
        "type": "error"
      }
    ]
  },
  "score": 123
}

Authorizations

Authorization
string
header
required

API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.

Path Parameters

resource_id
string
required

Response

200
application/json

Successful Response

The response is of type object.