get
https://app.customgpt.ai/api/v1/projects//conversations
Retrieve all conversations associated with an agent based on its unique projectId. This endpoint allows you to fetch a collection of conversations related to a specific agent.
Purpose
Retrieve all conversations associated with an agent based on its unique projectId. This endpoint allows you to fetch a collection of conversations related to a specific agent.
At a high level, this is the canonical way to work with conversations and messages between users and the agent via the CustomGPT API.
When to use
- When you need to list all conversations for an agent (formerly known as project) as part of your backend or automation workflows.
- To build a 'recent conversations' view for a given agent, filtered by creator or name.
