Folders/Contents
Get Folder Contents
Get the contents (entities) of a specific folder, identified by folderId or name+parentFolderId.
Authorization
x-maxim-api-key
<token>API key for authentication
In: header
Query Parameters
workspaceId
RequiredstringUnique identifier for the workspace
Minimum length:
1
folderId
stringUnique identifier for the folder whose contents are to be fetched
name
stringName of the folder whose contents are to be fetched
parentFolderId
stringID of the parent folder (used with name for uniqueness)
entityType
RequiredstringValue in:
"WORKFLOW" | "PROMPT_CHAIN" | "DATASET" | "PROMPT" | "CONTEXT_SOURCE" | "PROMPT_COMPARISONS" | "LOG_REPOSITORY" | "PROMPT_TOOL"
limit
numberMaximum number of records to return (max: 100)
Default:
20
Maximum: 100
cursor
stringCursor for pagination
Folder contents retrieved successfully