v7

OpenAPI 3.0.12026-08-03158127387.0 KB
Projects

List projects

Returns a list of all projects for the current team

get/projects

Query parameters

filter[name]string

The project name to filter by

filter[slug]string

The project slug to filter by

filter[description]string

The project description to filter by

filter[billing_type]string

The billing type to filter by

filter[environment]string

The environment to filter by

filter[tags]string

The tags ids to filter by, separated by comma, e.g. filter[tags]=tag_1,tag_2will return projects with tag_1 AND tag_2

extra_fields[projects]string

The last_renewal_date and next_renewal_date are provided as extra attributes that show previous and future billing cycle dates. To request it, just set extra_fields[projects]=last_renewal_date,next_renewal_date in the query string.

page[size]integer

Number of items to return per page

page[number]integer

Page number to return (starts at 1)

stats[total]string

Request aggregate stats in the response meta. Use count to get the total number of records, returned as meta.stats.total.count.

Response

Success