Skip to main content

Get Prompt

GET 

/v2/prompts/:promptid/

Get Prompt

Request

Path Parameters

    promptid Promptidrequired

Responses

Successful Response

Schema

    name Name (string)required
    timestamp Timestamp (string)required
    llm Llm (string)required
    dataset Dataset (string)required

    experiment

    object

    anyOf

    string

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

    history

    object

    anyOf

  • Array [

  • object

  • ]

  • status Status (string)required

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

    error_info

    object

    anyOf

    error_id Error Id (string)required
    error_msg Error Msg (string)required
Loading...