Python
Projects
List projects
Retrieve a list of projects for a client. Results can be filtered by name and ordered by various fields.
GET
Python
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-915.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
Whether to include deleted projects in the response.
Example:
false
Limit value is used to limit the number of records in the result
Required range:
x <= 1000Example:
100
Name to filter the results by.
Example:
"my-project"
Offset value is used to exclude the first set of records from the result
Required range:
x >= 0Example:
0
Order by field and direction.
Available options:
created_at.asc, created_at.desc, name.asc, name.desc Example:
"name.desc"