Skip to main content

List AI Agents

GET 

/resources/ai_agents

List AI Agents

Responses

A list of AI Agents

Schema

  • Array [

  • 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...