Skip to main content

Get AI Agent

GET 

/resources/ai_agents/:id

Returns a AI Agent by ID.

Request

Path Parameters

    id uuidrequired

    The ID of the AI Agent

Responses

A AI Agent

Schema

    id uuid
    project_id uuid
    display_name string
    type string
    created_at date-time
    updated_at date-time

    ai_agent

    object

    id uuid

    A unique identifier for the AI Agent

    contents string
    display_name string
    requests integer

    The number of times this AI Agent has been executed

    last_accessed_at date-time

    The last time this AI Agent was executed

Loading...