List Prompts

GET

List all prompts with cursor-based pagination

Query parameters

project_idstringOptional

ID of Project to filter by.

cursorstringOptional

Cursor for the next page

sizeintegerOptional

Page size

Response

This endpoint returns an object.
itemslist of objects
totalintegerOptional

Total items

current_pagestringOptional

Cursor to refetch the current page

current_page_backwardsstringOptional

Cursor to refetch the current page starting from the last item

previous_pagestringOptional

Cursor for the previous page

next_pagestringOptional

Cursor for the next page

Errors

Built with