Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Query parameters for listing documents
Optional tags this document should be containerized by. This can be an ID for your user, a project ID, or any other identifier you wish to use to group documents.
["user_123", "project_123"]
Optional filters to apply to the search
"{\"AND\":[{\"key\":\"group\",\"negate\":false,\"value\":\"jira_users\"},{\"filterType\":\"numeric\",\"key\":\"timestamp\",\"negate\":false,\"numericOperator\":\">\",\"value\":\"1742745777\"}]}"
Whether to include the content field in the response. Warning: This can make responses significantly larger.
false
Number of items per page
"10"
Sort order
asc
, desc
"desc"
Page number to fetch
"1"
Field to sort by
createdAt
, updatedAt
"createdAt"