cURL
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": "<unknown>", "folderId": "<string>", "fromMcpServer": "<string>" } ], "pagination": { "hasMore": true, "cursor": "<string>" } }
Get prompt tools for a workspace
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 <= 100
Pagination cursor
Prompt tools retrieved successfully
Show child attributes
Was this page helpful?