Get a genie by ID

Returns the genie associated with the ID you specify.

Path parameters

idstringRequired
The ID of the genie you plan to retrieve.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Genie retrieved successfully
idstring or null
The unique identifier of the genie.
namestring or null
The name of the genie.
descriptionstring or null
A description of the genie's purpose.
folder_idstring or null
The ID of the folder where the genie resides.
project_idstring or null
The ID of the project where the genie resides.
instructionsstring or null
The instructions your genie uses to identify its purpose, personality, and job description.
ai_providerenum or null
The AI provider that powers your genie.
Allowed values:
shared_account_idinteger or null
The Connection ID of your genie.
custom_oauth_key_idinteger or null
Custom OAuth key ID.
matrixboolean or null
Determines whether Workato GO is enabled as your chat interface or not.

Errors