Documents

Get a document search by ID

Retrieves a document search by its unique identifier.

get/api/v0/documents/search/{search_id}

Path parameters

search_idstring uuid required

Response

Successful Response

idstring uuid required

The ID of the search.

user_idstring uuid required

The ID of the user who created the search.

querystring required

The search query.

statusstring required

The status of the search.

error_messagestring nullable required

The error message if the search failed.

created_atstring date-time required

The timestamp when the search was created.

Changes

No recorded changes to this endpoint across all 1 revision of this API.