Getting Started
Audit Logs
Checklists
Datasets
- GETList datasets
- POSTCreate a new dataset
- GETGet dataset by ID or slug
- DELDelete a dataset
- PATCHUpdate a dataset
- POSTCreate a new prompt
- GETGet prompt by ID
- DELDelete a prompt
- PATCHUpdate a prompt
- GETGet prompt variation by ID
- DELDelete a prompt variation
- PATCHUpdate a prompt variation
- POSTCreate a new prompt variation
Evals
Playground Endpoints
Runs
Templates
Playground Endpoints
List all playground endpoints
Get all playground endpoints for the current project
GET
/
v1
/
playground-endpoints
Copy
curl --request GET \
--url https://api.lunary.ai/v1/playground-endpoints
Copy
[
"<any>"
]
Response
200 - application/json
Successful response
The response is of type any[]
.
Copy
curl --request GET \
--url https://api.lunary.ai/v1/playground-endpoints
Copy
[
"<any>"
]
Assistant
Responses are generated using AI and may contain mistakes.