Agent
Spawn an ambient agent with a prompt and optional configuration. The agent will be queued for execution and assigned a unique task ID.
Authentication via personal API key or service account credentials.
The prompt/instruction for the agent to execute
Custom title for the task (auto-generated if not provided)
Task created successfully
Invalid request (missing prompt, invalid config)
Authentication required
No permission to access referenced resources (environment, MCP servers)
Retrieve a paginated list of agent tasks with optional filtering. Results are ordered by creation time (newest first).
Authentication via personal API key or service account credentials.
Maximum number of tasks to return
20Pagination cursor from previous response
Filter by agent config name
Filter by model ID
Filter by creator UID (user or service account)
Source that created the task:
- LINEAR: Created from Linear integration
- API: Created via the public API
- SLACK: Created from Slack integration
- LOCAL: Created from local CLI/app
- SCHEDULED_AGENT: Created by a scheduled agent
Filter tasks created after this timestamp (RFC3339 format)
Filter tasks created before this timestamp (RFC3339 format)
List of tasks
Invalid request parameters
Authentication required
Retrieve detailed information about a specific agent task, including the full prompt, session link, and resolved configuration.
Authentication via personal API key or service account credentials.
The unique identifier of the task
Task details
Missing task ID
Authentication required
No permission to access task
Task not found
Last updated
Was this helpful?