Skip to main content
GET
/
api
/
v1
/
app-conversations
/
{conversation_id}
/
skills
Get Conversation Skills
curl --request GET \
  --url https://app.all-hands.dev/api/v1/app-conversations/{conversation_id}/skills \
  --header 'X-Access-Token: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

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<uuid>
required

Response

Successful Response