Skip to content

Retrieve a resource group

GET
/api/v4/projects/{id}/resource_groups/{key}

Retrieves a specified resource group for a project.

id
required
One of:
string

The ID or URL-encoded path of the project owned by the authenticated user

key
required
string

The key of the resource group

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