Skip to main content
GET
/
organization
/
agent-custom-providers
Error
A valid request URL is required to generate request examples
{
  "items": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "display_name": "<string>",
      "base_url": "<string>",
      "passthrough": true,
      "api_key_header": "<string>",
      "last_refreshed_at": "2023-11-07T05:31:56Z"
    }
  ],
  "next_cursor": "<string>"
}
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}

Authorizations

fastapiusersauth
string
cookie
required

Query Parameters

cursor
string | null
limit
integer
default:50
Required range: 1 <= x <= 100

Response

Successful Response

List response with pagination.

items
AgentCustomProviderRead · object[]
required
next_cursor
string | null