Prompts

List all prompts with project filter

Returns a list of prompts. If the project_id query parameter is not provided, returns an empty list by default. Users can filter by a project they can reach.

get/v1/prompts

Query parameters

project_idstring uuid

Optional UUID of the project to filter prompts (alias of project).

projectstring uuid

Optional UUID of the project to filter prompts (alias of project_id).

archivedboolean

Optional boolean to filter prompts by archive state.

Response

A list of prompts

Changes

Changed in 3 of the 18 revisions of this API.224

  • bed7a47c6f25123See the full diff
    • removed the required property prompts/items/team_id from the response with the 200 status

      response-required-property-removed

    • deleted the query request parameter team

      request-parameter-removed

    • deleted the query request parameter team_id

      request-parameter-removed

    • added the new optional query request parameter project

      new-optional-request-parameter

    • added the new optional query request parameter project_id

      new-optional-request-parameter

    • added the required property prompts/items/project_id to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation