List Prompts
GEThttps://api.relari.ai/v2/projects/:projectid/prompts/
List Prompts
Request
Path Parameters
projectid Projectidrequired
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id Id (string)required
name Name (string)required
timestamp Timestamp (string)required
dataset Dataset (string)required
experiment
object
task_description Task Description (string)required
metric Metric (string)required
status Status (string)required
Possible values: [PENDING
, RUNNING
, COMPLETED
, FAILED
]
[
{
"id": "string",
"name": "string",
"timestamp": "string",
"dataset": "string",
"experiment": "string",
"task_description": "string",
"metric": "string",
"status": "PENDING"
}
]
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
detail
object[]
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://api.relari.ai/v2/projects/:projectid/prompts/' \
-H 'Accept: application/json' \
-H 'X-API-Key: <API_KEY_VALUE>'
ResponseClear