Skip to main content
GET
/
v1
/
fleet
/
triggers
Error
A valid request URL is required to generate request examples
{
  "items": [
    {
      "agent_id": "<string>",
      "config": {},
      "created_at": "<string>",
      "id": "<string>",
      "name": "<string>",
      "status": "<string>",
      "template_id": "<string>",
      "updated_at": "<string>"
    }
  ],
  "next_cursor": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Query Parameters

agent_id
string

Filter by agent id

template_id
string

Filter by trigger template id

page_size
integer

Items per page (default 20, max 100)

cursor
string

Opaque pagination cursor returned by a prior response

Response

OK

items
object[]
next_cursor
string