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
Get a playground endpoint
Get a specific playground endpoint by ID
GET
/
v1
/
playground-endpoints
/
{id}
Copy
curl --request GET \
--url https://api.lunary.ai/v1/playground-endpoints/{id}
Copy
"<any>"
Path Parameters
Response
200
application/json
Successful response
The response is of type any
.
Copy
curl --request GET \
--url https://api.lunary.ai/v1/playground-endpoints/{id}
Copy
"<any>"
Assistant
Responses are generated using AI and may contain mistakes.