Skip to main content
POST
/
api
/
v1
/
conversations
/
{conversation_id}
/
pending-messages
Queue Pending Message
curl --request POST \
  --url https://app.all-hands.dev/api/v1/conversations/{conversation_id}/pending-messages \
  --header 'X-Access-Token: <api-key>'
{
  "id": "<string>",
  "queued": true,
  "position": 123
}

Documentation Index

Fetch the complete documentation index at: https://allhandsai-add-v1-api-reference.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Access-Token
string
header
required

Path Parameters

conversation_id
string
required

Response

Successful Response

Response when queueing a pending message.

id
string
required
queued
boolean
required
position
integer
required

Position in the queue (1-based)