get https://app.customgpt.ai/api/v1/projects
Returns a list of your projects. The projects are returned sorted by creation date, with the most recent projects appearing first. It is a paginated API and you can use the page parameter to fetch the next page of projects. The default page size is 10.
Here is an example to list projects: using API and using our python SDK.