List Projects
Authorizations
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Query Parameters
Cursor for pagination from previous response
"eyJpZCI6IjEyMyJ9"
1 <= x <= 10020
Sort field.
"created_at"
Sort order.
asc, desc "desc"
Search term to filter projects by name or slug
"my-project"
Filter by template status (true = only templates, false = exclude templates)
true, false "false"
Filter by project type
regular, default, template "default"
Filter by system managed status
true, false "true"
Filter by relationship to the authenticated user: all accessible projects, owned projects, or invited projects
all, owned, invited "owned"
Filter projects by a user ID that has access to them. Non-admin user tokens may only use their own user ID.
"660e8400-e29b-41d4-a716-446655440001"