Projects V2

List Projects

Returns a list of projects for the organization. Supports pagination and filtering by archived status. Requires projects:read scope.

get/v2/projects

Query parameters

limitstring

a string to be decoded into a number

Maximum number of items to return (1-100, default: 10)

starting_afterstring

a string to be decoded into a number

a string to be decoded into a number

ending_beforestring

a string to be decoded into a number

a string to be decoded into a number

archived'true' | 'false'

a string to be decoded into a boolean

Include archived items (default: false)

organization_idstring

a string to be decoded into a number

a string to be decoded into a number

Response

Success

object'list' required

Object type, always list

url'/v2/projects' required

API endpoint URL for this list

has_moreboolean required

Whether there are more results available beyond this page

Changes