Aetherion AI

Operating Workspace

Developer API v1
Reference6 min~84 words

Pagination, filtering and sorting

Shared list parameters and endpoint-specific filters.

Shared list parameters

ParameterDefaultRules
page1Positive integer.
per_page25Positive integer, maximum 100; files default to 50.
sortEndpoint-specificUnsupported values fall back to the endpoint default.
orderdescUse asc for ascending; any other value resolves to descending.
qEmptyEndpoint-specific search, trimmed to 120 characters.
statusEmptyExact 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.