Listar tareas
Tasks
GET /v1/crm/tasks
List the tasks of your company, optionally filtered by status.
GET
Listar tareas
Returns a paginated list of tasks. Tasks are company-level records — they have no project of their own, so this listing always covers the whole company.
Endpoint
Required scope
crm:tasks:read
Headers
Query parameters
Example request
Response
200 OK
400 Bad Request
limit above 200, negative offset, or an unknown query parameter.
401 Unauthorized
Missing, invalid, revoked, or expired token.403 Forbidden
The token does not have thecrm:tasks:read scope.
Operational notes
statusis free-form, and the filter is an exact string match. The values the portal uses arepending,in_progress,completed, andcancelled, but nothing rejects a custom one — so filter on exactly what you wrote.- There is no filter for
assigned_toordue_aton this endpoint. Page through and filter client-side if you need those.
Authorizations
Personal Access Token con prefijo kbai_pk_. Generar desde el portal con permiso developer.manage_tokens.
Query Parameters
Filtrar por estado exacto
Required range:
1 <= x <= 200Required range:
x >= 0