v1

latestOpenAPI 3.1.02026-07-136710.4 KB
Prompts

List Prompts

Endpoint to retrieve prompts for a specific team with optional pagination and search.

get/prompts/v1/prompts

Query parameters

sizeinteger

Number of items per page

Number of items per page

pageinteger

Page number

Page number

searchstring nullable

Search keywords

Search keywords

startstring date-time nullable

Filter by start time (ISO 8601 format)

Filter by start time (ISO 8601 format)

endstring date-time nullable

Filter by end time (ISO 8601 format)

Filter by end time (ISO 8601 format)

Response

Successful Response

messagestring

A message indicating the response type.

totalinteger nullable

Total number of prompts available without pagination.

Example response

{
  "data": [
    {
      "teamId": "5eb7cf5a86d9755df3a6c593",
      "createdBy": "5eb7cf5a86d9755df3a6c593",
      "updatedBy": "5eb7cf5a86d9755df3a6c593",
      "_id": "5eb7cf5a86d9755df3a6c593"
    }
  ]
}
All 6 operations