List Prompts
Prompts
List Prompts
Retrieve a paginated list of prompts with optional filtering
GET
List Prompts
Documentation Index
Fetch the complete documentation index at: https://docs.eigi.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
List all prompts owned by the API key holder with pagination and search. By default, returns only the latest version of each prompt.Authentication
Your eigi.ai API key. Must be prefixed with
vk_.Query Parameters
Page number (minimum: 1).
Items per page (minimum: 1, maximum: 100).
Search in prompt name and content.
When
true, returns only the latest version of each prompt.Response
Array of prompt objects, each containing prompt_name, prompt_version, prompt_content, prompt_metadata, created_at, and updated_at.
Total number of prompts matching the criteria.
Current page number.
Number of items per page.
Total number of pages available.
Authorizations
API key for authentication. Get your API key from the eigi.ai Dashboard under Settings → API Keys.
Query Parameters
Page number
Required range:
x >= 1Items per page (max: 100)
Required range:
1 <= x <= 100Search in prompt name and content
Return only latest versions

