GET
/
datasets
/
{id}
curl --request GET \
  --url https://api.axiom.co/v2/datasets/{id}
{
  "created": "2022-07-20T02:35:14.137Z",
  "description": "string",
  "id": "string",
  "name": "string",
  "who": "string"
}

Path Parameters

id
string
required

Response

200
application/json
Success

The response is of type object.