Skip to main content

Resources

The Kliio API is organized around the following resources:

Pagination

List endpoints that support pagination return a pagination object alongside data:
Use the limit (max 100) and offset query parameters to page through results.

Filtering

Most list endpoints accept query parameters to filter results. Common filters:

Project Phases

Projects can be organized into phases (e.g. Discovery, Design, Development). Tasks can be assigned to a phase via the phase_id field when creating or updating a task. The API returns phase_id on task objects when set.

Custom Statuses

Workspaces can configure custom project statuses and task statuses through the dashboard. When filtering by status, use the values defined in your workspace configuration. Default project statuses include In Progress, Awaiting Approval, and Complete. Default task statuses are todo, in_progress, and done.