List projects
Projects
List projects
List projects owned by the API key user. Use this first when an agent needs to resolve which project the user means. Supports cursor pagination with after, before, and limit.
GET
List projects
Authorizations
Use a tickward API key from Settings. API keys start with tw_. Store keys as secrets and send them as Authorization: Bearer <key>.
Query Parameters
Return projects after this project id. Cannot be combined with before.
Return projects before this project id. Cannot be combined with after.
Maximum number of projects to return.
Required range:
1 <= x <= 100