Skip to main content
GET
/
api
/
v1
/
agent-files-mappings
/
agent
/
{agent_id}
List files attached to agent
curl --request GET \
  --url https://api.kupe.in/api/v1/agent-files-mappings/agent/{agent_id} \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>",
  "data": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://kupe.in/docs/llms.txt

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

Authorizations

x-api-key
string
header
default:YOUR_KUPE_API_KEY
required

Kupe dashboard API key for your user.

Path Parameters

agent_id
string<uuid>
required

Response

SuccessResponse — data is an array of mapping dicts.

message
string
required
data
any | null

Payload or null