agents
Get Agent Sources
Get the sources associated with an agent.
GET
/
v1
/
agents
/
{agent_id}
/
sources
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
agent_id
string
requiredResponse
200 - application/json
description
string | null
The description of the source.
embedding_config
object
requiredThe embedding configuration used by the source.
metadata_
object | null
Metadata associated with the source.
id
string
The human-friendly ID of the Source
name
string
requiredThe name of the source.
created_at
string
The creation date of the source.
user_id
string
requiredThe ID of the user that created the source.