cli-rules
Get Cli Rules
Get organization and user rules for CLI applications.
This endpoint is designed for CLI applications that need to fetch both organization-specific rules and user-specific custom prompts that are used in prompts. This includes:
- Organization rules: Same as MCP organization_rules prompt and agent prompt builders
- User custom prompt: Same as MCP user_custom_prompt and agent prompt builders
Returns the rules and prompts that should be followed by AI agents.
Rate limit: 30 requests per minute.
Previous
Get Agent Run LogsRetrieve an agent run with its logs using pagination. This endpoint is currently in ALPHA and IS subject to change.
Returns the agent run details along with a paginated list of logs for the specified agent run.
The agent run must belong to the specified organization. Logs are returned in chronological order.
Uses standard pagination parameters (skip and limit) and includes pagination metadata in the response.
Rate limit: 60 requests per 60 seconds.
Next