Groups
Get
Retrieve a group by ID.
GET
Get
Authorizations
The API key to use for authentication.
Headers
The API version the client was built against.
Example:
"2026-08-17.everglades"
Path Parameters
The unique identifier of the group.
Example:
"grp_123"
Query Parameters
Fields to expand on the group resource.
Available options:
parent Example:
Response
200 - application/json
Successfully retrieved the group.
The object type, which is always group.
Available options:
group Example:
"group"
ID of the group.
Example:
"grp_123"
Name of the group.
Example:
"production"
ID of the parent group. Null for top-level groups.
Example:
"grp_456"
Timestamp of when the group was created.
Example:
"2026-01-01T00:00:00Z"
Timestamp of when the group was last updated.
Example:
"2026-01-01T00:00:00Z"
The parent group. Null for top-level groups. Expand using expand=parent in the query string.
Last modified on August 17, 2026
Get

