Typescript (SDK)
roles
Get Role
Fetch a given role.
GET
Typescript (SDK)
Documentation Index
Fetch the complete documentation index at: https://docs.syllable.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Response
Successful Response
Information about a role.
The name of the role.
Example:
"Prompt Engineer"
The permissions associated with the role. Available permissions can be found by calling GET /permissions.
Example:
[
"prompts_read",
"prompts_write",
"prompts_delete"
]
The internal ID of the role.
Example:
1
Whether this is a built-in system role that cannot be updated or deleted
Example:
false
The timestamp of the most recent update to the role
The email of the user who last updated the role
Example:
"user@email.com"
The description of the role.
Example:
"Role for users who can fetch and change prompts"
Comments for the most recent edit to the role.
Example:
"Updated to add delete permission"

