Skip to main content

List Prompts

GET 

https://api.relari.ai/v2/projects/:projectid/prompts/

List Prompts

Request

Path Parameters

    projectid Projectidrequired

Responses

Successful Response

Schema

  • Array [

  • id Id (string)required
    name Name (string)required
    timestamp Timestamp (string)required
    dataset Dataset (string)required

    experiment

    object

    anyOf

    string

    task_description Task Description (string)required
    metric Metric (string)required
    status Status (string)required

    Possible values: [PENDING, RUNNING, COMPLETED, FAILED]

  • ]

curl -L 'https://api.relari.ai/v2/projects/:projectid/prompts/' \
-H 'Accept: application/json' \
-H 'X-API-Key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.relari.ai
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!