Skip to main content
GET
/
api
/
conversations
/
{conversation_id}
/
remember-prompt
Get Prompt
curl --request GET \
  --url https://app.all-hands.dev/api/conversations/{conversation_id}/remember-prompt \
  --header 'X-Session-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://allhandsai-chore-weekly-arch-refresh.mintlify.app/llms.txt

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

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

conversation_id
string
required

Query Parameters

event_id
integer
required

Response

Successful Response