Create Query Folder Under Parent
Creates a new query folder as a child of the specified parent folder. The gateway resolves the parent folder’s path and creates the new folder at ”/”.


Authorizations
Use the Authorization header with the value 'Bearer ' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication
Path Parameters
ID of the Project
ID of the parent Query Folder
Body
Folder creation request
Response
Folder created successfully
Represents a query folder
Unique identifier of the folder (UUID)
"550e8400-e29b-41d4-a716-446655440000"
Display name of the folder
"Monthly Reports"
Full path of the folder in the hierarchy
"/reports/monthly"
ID of the parent folder, null if root-level
"550e8400-e29b-41d4-a716-446655440001"
Timestamp when the folder was created (ISO 8601)
"2025-01-15T10:30:00Z"