Skip to main content
GET
Python SDK

Authorizations

Authorization
string
header
required

Enter your API key (e.g. dai_sk_test_key_001)

Headers

Authorization
string
X-Workspace-Id
string | null

Query Parameters

limit
integer | null

Optional cap on returned agents. Default (None) returns the full list — preserves backward compat. Max 1000.

Required range: 1 <= x <= 1000
offset
integer
default:0

Optional offset for pagination. Ignored when limit is None.

Required range: x >= 0
include_fixtures
boolean
default:false

When False (the default), agents whose name begins with __ are omitted. That prefix is the convention for throwaway agents created by test and smoke-test runs, which would otherwise crowd out your real agents. Set True to list every agent, including those fixtures.

Cookies

decimal_session
string | null

Response

Successful Response