Get Direct Session Limits
get_direct_limitsRead the registered parent agent’s effective Direct Session concurrency, spend, duration, request, and byte limits plus platform availability. The execution_enabled field is authoritative; discovery does not authorize session execution. Requires an Authorization: Bearer header.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the upstream exchange call succeeded (HTTP status < 400). | |
| data | Yes | Effective parent and platform Direct Session limits. Null when ok is false. | |
| error | Yes | In-band error code or message when ok is false; null on success. | |
| status | Yes | Upstream HTTP status code returned by the Conductor Relay API. |