curl --request GET \
--url https://api.getmaxim.ai/v1/prompt-tools \
--header 'x-maxim-api-key: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"type": "<string>",
"workspaceId": "<string>",
"accountId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"config": null,
"folderId": "<string>",
"fromMcpServer": "<string>"
}
],
"pagination": {
"hasMore": true,
"cursor": "<string>"
}
}Get prompt tools for a workspace
curl --request GET \
--url https://api.getmaxim.ai/v1/prompt-tools \
--header 'x-maxim-api-key: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"type": "<string>",
"workspaceId": "<string>",
"accountId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"config": null,
"folderId": "<string>",
"fromMcpServer": "<string>"
}
],
"pagination": {
"hasMore": true,
"cursor": "<string>"
}
}API key for authentication
Unique identifier for the workspace
Unique identifier for the prompt tool
Name of the prompt tool
Folder ID
Maximum number of records to return
x <= 100Pagination cursor
Was this page helpful?