GET
/
datasets
curl --request GET \
  --url https://api.axiom.co/v2/datasets
[
  {
    "created": "2020-01-01T00:00:00Z",
    "description": "This is an example dataset",
    "id": "example-dataset",
    "name": "example-dataset",
    "who": "John Doe"
  },
  {
    "created": "2020-02-01T00:00:00Z",
    "description": "This is an example dataset",
    "id": "example-dataset-2",
    "name": "example-dataset-2",
    "who": "Foo Bar"
  }
]

Response

200
application/json
Success

The response is of type object[].