Python
Custom Page Sets
Retrieve custom page sets available for use
Retrieve a list of custom page sets available for use
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
Sort the response by given field.
Available options:
name, -name, id, -id Number of items to return
Required range:
0 <= x <= 100Number of items to skip
Required range:
0 <= x <= 100000Filter page sets based on their name. Supports '*' as a wildcard character
Example:
"*example"
Filter page sets based on their IDs
Response
Successful Response