Sign in

List task lists

documented

List task lists for a project. ([developers.activecollab.com](https://developers.activecollab.com/api-documentation/v1/projects/whats-new.html?utm_source=openai))

GET /api/v1/projects/{project_id}/task-listsProjectsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://app.activecollab.com/{{$account_id}}/api/v1/projects/{{$project_id}}/task-lists" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-Angie-AuthApiToken: {{activcollab_token}}"
List task lists · activecollab · OpenIntegrations