Acuity PPM API
ProjectsProject

GET Project tasks

Retrieve the task list for a single project under /api/v1/project/tasks. This endpoint requires the standard /api/v1 authentication headers plus the record-token header containing the target project_token.

GET/project/tasks

Authorization

api-auth<api-auth>
api-token<UUID>
api-secret<api-secret>
record-token<UUID>

Use the standard /api/v1 headers together with record-token.

record-token is the target project_token. This endpoint returns the task list for that single project.

API Credentials (save your keys here to make the request examples copy-ready)Hidden by default

Save your domain and request headers once, then reuse them across the current docs session.

Session storage clears when this tab closes. Local storage stays available the next time you open the docs in this browser.

Saved values are used in request examples and code snippets on API pages, including the request domain.

Header Parameters

record-token*string

Target project token. The source docs say you can obtain it from the Project Information page or from the /projects API response.

Formatuuid