get https://api.mantiumai.com/v1/prompt
List all of your organization's prompts.
Query String Parameters
- page - The page of records to return. Optional, defaults to page 1.
- size - the number of records to return for each page. Optional, defaults to 20 prompts a page.
- schema_class - not used, exclude.
- tags - A list of Tag IDs separated by comma used to filter the results, optional.
Returns an array of prompt
objects.