GET
/
api
/
v1
/
agents
/
:agent_id
/
datasources

This endpoint lists all datasources associated with a specific agent.

HTTP Request

GET https://api.gptlab.cloud/api/v1/agents/:agent_id/datasources

Path Parameters

  • agent_id: The ID of the agent whose datasources are to be listed.

Response The response returns a JSON object containing a list of datasources associated with the agent.