/
A2
a2aproject
/
A2A API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
get
/card
get
/tasks/{id}
post
/tasks/{id}/send
post
/tasks/{id}/sendSubscribe
post
/tasks/{id}/resubscribe
get
/tasks/{id}/pushNotification
put
/tasks/{id}/pushNotification
delete
/tasks/{id}/pushNotification
post
/tasks/{id}/send
Query parameters
historyLength
integer
The length of the history to retrieve
metadata
string
Request body
TaskSendParams
required
sessionId
string
message
Message
required
— unresolved $ref
pushNotification
PushNotificationConfig
— unresolved $ref
Response
Task sent successfully
Task
required
id
string
required
sessionId
string
nullable
status
TaskStatus
required
— unresolved $ref
artifacts
Artifact[]
nullable
— unresolved $ref
history
Message[]
nullable
— unresolved $ref
metadata
object
nullable
Changes