Projects API
GET/api/projects
Product availabilityAlgaPSA

List projects

Lists all projects for the tenant. Returns a bare array of project records (no envelope); responds 403 with an error message when the caller lacks project read permission.

RBAC · project

Response body

Success response 200

itemsobject
Project record.

Response codes

200
Projects for the tenant.
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required permission.
500
Unexpected error.