curl --request GET \
--url https://api.lunary.ai/v1/playground-endpoints
[
"<any>"
]
Get all playground endpoints for the current project
curl --request GET \
--url https://api.lunary.ai/v1/playground-endpoints
[
"<any>"
]
Successful response
The response is of type any[]
.