Users
Get a specific user
Getting Started
Audit Logs
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
Runs
Templates
Users
Get a specific user
GET
/
v1
/
external-users
/
{id}
curl --request GET \
--url https://api.lunary.ai/v1/external-users/{id}
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"externalId": "<string>",
"lastSeen": "2023-11-07T05:31:56Z",
"props": {},
"cost": 123
}
Path Parameters
curl --request GET \
--url https://api.lunary.ai/v1/external-users/{id}
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"externalId": "<string>",
"lastSeen": "2023-11-07T05:31:56Z",
"props": {},
"cost": 123
}