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>'
"<any>"

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

conversation_id
string
required

Query Parameters

event_id
integer
required

Response

200
application/json

Successful Response

The response is of type any.