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

H1088: 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

H1088: optional offset for pagination. Ignored when limit is None.

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

H1346 (improve#887): when False (default), hide agents whose agent_name starts with __ — the convention for internal test fixtures (soak SDK runs produce __soak_sdk_basic_<hex> agents that otherwise dominate a real user's dashboard). Set True for debugging or admin tooling that needs to see the full set.

Cookies

decimal_session
string | null

Response

Successful Response