List all resource groups
GET
/api/v4/projects/{id}/resource_groups
Lists all resource groups for a specified project.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Query Parameters
Section titled “Query Parameters”page
integer
Current page number
Example
1per_page
integer
Number of items per page
Example
20Responses
Section titled “Responses”OK
Media typeapplication/json
object
id
integer format: int64
key
string
process_mode
string
created_at
string format: date-time
updated_at
string format: date-time
Example
{ "id": 1, "key": "production", "process_mode": "unordered", "created_at": "2021-09-01T08:04:59.650Z", "updated_at": "2021-09-01T08:04:59.650Z"}Bad Request
Unauthorized
Not found