Path Parameters
The ID of the project.
Query Parameters
A comma-separated list of artifact states to filter by. Example: 'Published,Processing'. If not provided, defaults to [Published, Processing].
Initializing, Processing, Draft, Deleted, Published, Unavailable, Error A comma-separated list of artifact ingest statuses to filter by. Example: 'Ingested,Failed'. If not provided, defaults to all statuses.
NotApplicable, NotStarted, Processing, Parsing, Storing, Done, Error A comma-separated list of artifact types to filter by. Example: 'Document,Image'.
InlineText, Document, Folder, Summary, Composition, SmartDoc, Link, BulkQA, ReadAndExtract The field by which to order the results. Example: 'createdAt', 'name'.
Alphabetical The sort order for the results: ASC for ascending, DESC for descending. Defaults to ASC.
ASC, DESC, ASC_NULLS_FIRST, DESC_NULLS_FIRST, ASC_NULLS_LAST, DESC_NULLS_LAST Filter results by the user ID who created the artifact.
Text to filter artifacts by. Performs a text search over artifacts.
Filter results by parent artifact ID.
If true, only artifacts with a parent ID will be included. Defaults to false.
A comma-separated list of artifact sub-types to filter by. Example: 'Image,Report'.
InlineText, Document, Folder, Summary, Composition, SmartDoc, Link, BulkQA, ReadAndExtract The absolute page number to fetch (1-based).
Number of items per page. Default is 20.
Sort order for pagination. Options: ASC, DESC. Default is ASC.
The cursor or value to paginate after (for relative pagination).
The cursor or value to paginate before (for relative pagination).
Limits the result to the first N items (after cursor).
Limits the result to the last N items (before cursor).
Include the total count in the response.