Documentation Index
Fetch the complete documentation index at: https://docs.useinvent.com/llms.txt
Use this file to discover all available pages before exploring further.
Pagination
When endpoints return large datasets, such as collections, pagination helps manage the response. Use thepage and take query parameters to control pagination:
page: Specifies the page number to retrieve. Default is1.take: Specifies the number of records per page. Default is100.
Filtering
Endpoints may support filtering to refine responses. Filtering parameters vary by endpoint. For example, the/assistants endpoint supports the following filters:
search: Search for a specific term within the response.
Filtering parameters vary by endpoint. Refer to the endpoint documentation for
the specific parameters supported.