Retrieve a resource group
GET
/api/v4/projects/{id}/resource_groups/{key}
Retrieves a specified resource group for a project.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Responses
Section titled “ Responses ”OK
Media type application/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