Reference6 min~84 words
Pagination, filtering and sorting
Shared list parameters and endpoint-specific filters.
Shared list parameters
| Parameter | Default | Rules |
|---|---|---|
page | 1 | Positive integer. |
per_page | 25 | Positive integer, maximum 100; files default to 50. |
sort | Endpoint-specific | Unsupported values fall back to the endpoint default. |
order | desc | Use asc for ascending; any other value resolves to descending. |
q | Empty | Endpoint-specific search, trimmed to 120 characters. |
status | Empty | Exact status filter where supported. |
Example
curl "https://aetherionai.org/api/v1/projects?page=2&per_page=10&sort=updated_at&order=desc&q=landing" \
-H "Authorization: Bearer YOUR_API_KEY"Pagination metadata
List endpoints return meta.pagination with page, per_page, total, total_pages and has_more. An empty collection reports total_pages: 0.
Need project-specific help?
Open the private Help Center or create a support ticket with the affected project, route and request ID.