curl --request GET \
--url https://api.getmaxim.ai/v1/folders/contents \
--header 'x-maxim-api-key: <api-key>'{
"data": [
null
],
"pagination": {
"hasMore": true,
"nextCursor": "<string>"
}
}Get the contents (entities) of a specific folder, identified by folderId or name+parentFolderId.
curl --request GET \
--url https://api.getmaxim.ai/v1/folders/contents \
--header 'x-maxim-api-key: <api-key>'{
"data": [
null
],
"pagination": {
"hasMore": true,
"nextCursor": "<string>"
}
}API key for authentication
Unique identifier for the workspace
1Unique identifier for the folder whose contents are to be fetched
Name of the folder whose contents are to be fetched
ID of the parent folder (used with name for uniqueness)
WORKFLOW, PROMPT_CHAIN, DATASET, PROMPT, CONTEXT_SOURCE, PROMPT_COMPARISONS, LOG_REPOSITORY, PROMPT_TOOL Maximum number of records to return (max: 100)
x <= 100Cursor for pagination
Was this page helpful?