curl --request GET \
--url https://api.example.com/v1/prompts{
"data": [
{
"name": "<string>",
"id": "<string>",
"description": "<string>",
"source_prompt_id": "<string>",
"metadata": {}
}
],
"next_cursor": "<string>"
}Retrieve a paginated list of all prompts in the system. A prompt can have multiple versions.
curl --request GET \
--url https://api.example.com/v1/prompts{
"data": [
{
"name": "<string>",
"id": "<string>",
"description": "<string>",
"source_prompt_id": "<string>",
"metadata": {}
}
],
"next_cursor": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?