Retrieve a paginated list of all single prompt agents available in the account along with their details and configurations.
Documentation Index
Fetch the complete documentation index at: https://docs.sigmamind.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate every request by passing your API key in the X-API-Key header. To get your key, go to Dashboard → API Keys and create or copy your Production API key.
Zero-based page number to retrieve. Use 0 for the first page. Must be 0 or greater.
Number of single prompt changes to retrieve per page. Must be 1 or greater.
OK
Standard wrapper for paginated API responses. Use this when returning list data that is split across multiple pages. Includes the current page of results along with pagination metadata to help clients navigate through large datasets efficiently.
List of items for the current page. Contains up to 'size' number of records.
Current page number (0-based index). Indicates which page of results is being returned.
Number of items requested per page. Determines the maximum size of the 'data' list.
Total number of records available across all pages. Useful for calculating pagination on the client side.
Total number of pages available based on totalCounts and size. Helps clients understand how many pages exist in total.
Indicates whether there is a next page available after the current one. Useful for implementing 'Load More' or next navigation.
Indicates whether there is a previous page before the current one. Useful for enabling backward navigation.