curl --request GET \
--url https://platform.kodexa.ai/api/projects/{id}/assistants \
--header 'x-api-key: <api-key>'{}Returns a paginated list of assistants configured for the specified project.
curl --request GET \
--url https://platform.kodexa.ai/api/projects/{id}/assistants \
--header 'x-api-key: <api-key>'{}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
Page number (1-indexed). Defaults to 1.
Number of items per page (1-1000). Defaults to 20, maximum 1000.
Sort expression as field,direction. Direction is asc or desc. Multiple sort fields can be specified by repeating the parameter.
RSQL/FIQL filter expression. Supported operators: == (equals), != (not equals), =like= (contains), =in= (in list), > / >= / < / <= (comparison), =isnull=true (is null), =isnull=false (is not null). Combine with ; (AND) or , (OR). Example: name=='Acme Corp';status==active
Full-text search query matching against the entity's searchable fields.
Page of project assistants
The response is of type object.