/
AG
agents-squads
/
Squads API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 33m ago · Updated 1mo ago
Details
Filter operations
agent-dispatch
12
api-keys
4
approvals
11
auth
12
billing
7
chat
4
conversations
1
costs
13
dashboard
1
domains
3
erp-cash-movements
4
erp-parties
5
erp-views
3
escalations
9
events
10
executions
3
google
10
metrics
3
orgs
1
slack
11
tasks
3
get
List Tasks
post
Enqueue Task
get
Get Task
triggers
8
webhooks
9
get
Health Check
tasks
Enqueue Task
Queue a task for async processing. Requires X-API-Key header.
post
/tasks/enqueue
Headers
x-api-key
string
Request body
EnqueueRequest
required
idempotency_key
string
nullable
payload
object
priority
'low'
|
'normal'
|
'high'
|
'urgent'
task_type
'slack_response'
|
'agent_run'
|
'webhook_process'
required
tenant_id
integer
required
Response
Successful Response
EnqueueResponse
required
status
string
task_id
string
required
Changes