Get one skill group
Returns one group and how many live skills it holds.
Authorizations
A Recursion API key, created in the console under API keys.
Path Parameters
Skill group id (UUID) as returned by createSkillGroup or listSkillGroups.
Response
A folder of skills, for browsing a large catalog and for attaching a whole set to an agent in one entry. Attaching a group resolves to its members when a session starts, so adding a skill to the group reaches every agent already attached to it. Groups are never disclosed to the model.
A folder of skills, for browsing a large catalog and for attaching a whole set to an agent in one entry. Attaching a group resolves to its members when a session starts, so adding a skill to the group reaches every agent already attached to it. Groups are never disclosed to the model.
Server-assigned RFC 3339 timestamp of when the group was created.
The group's addressable name, lowercase with single hyphens, e.g. document-ops.
Organization that owns the group. Server-assigned from the caller's credentials; a value sent in a request body is ignored.
How many live skills are currently filed under this group. Derived on read.
Server-assigned id of the group, used in the skill-group routes and when attaching a whole group to an agent.
Server-assigned RFC 3339 timestamp of the most recent update to the group.
What this group collects, for operators browsing the catalog. Never disclosed to the model.
Human-readable title shown wherever groups are listed. Defaults to the name.
Caller-owned key/value data stored with the group and returned unchanged.