curl --request GET \
--url https://api.getmaxim.ai/v1/prompt-partials \
--header 'x-maxim-api-key: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"workspaceId": "<string>",
"accountId": "<string>",
"folderId": "<string>",
"createdById": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>"
}
],
"pagination": {
"hasMore": true,
"cursor": "<string>"
}
}Get prompt partials for a workspace
curl --request GET \
--url https://api.getmaxim.ai/v1/prompt-partials \
--header 'x-maxim-api-key: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"workspaceId": "<string>",
"accountId": "<string>",
"folderId": "<string>",
"createdById": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>"
}
],
"pagination": {
"hasMore": true,
"cursor": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Unique identifier for the workspace
Unique identifier for the prompt partial
Name of the prompt partial
Maximum number of records to return (max: 100)
x <= 100Unique identifier for the folder
Include prompt partial versions in the response
Unique identifier for the cursor
Was this page helpful?