Skip to content

Get AI agent

GET
/api/v1/workspaces/{workspace_id}/ai_agents/{id}

Retrieves a single AI agent by ID.

workspace_id
required
integer

Workspace ID

id
required
integer

AI agent ID

Successful

object
id
required
integer
Example
12345
name
required
string
Example
My AI Agent
company_name
required
string
nullable
Example
My Company
company_overview
required
string
nullable
Example
My Company is a company that makes widgets.
tone
required
string
nullable
Example
My Company is a company that makes widgets.
guidelines
required
string
nullable
Example
My Company is a company that makes widgets.
brand_guidelines_document_name
required
string
nullable
Example
My Company Brand Guidelines
created_at
required
string format: date-time
Example
2023-08-23T10:30:00.000Z
updated_at
required
string format: date-time
Example
2023-08-23T10:30:00.000Z

Unauthorized

object
message
required
string
Example
Record not found

Forbidden

object
message
required
string
Example
Record not found

Not Found

object
message
required
string
Example
Record not found