get
https://slemma.com/api/v1/datasets/
Retrieves the details of an existing dataset. Supply the unique daatset key (ID) and Slemma will return the corresponding dataset information.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
RETURNS
Returns an Dataset if a valid identifier was provided.
The following are the examples of HTTP status codes including errors that API can generate
| Response codes | Rescponse content | Description |
|---|---|---|
| 200 OK | A dataset object | A dataset has been retrieved successfully. |
| 400 Bad Request | Parameter is empty | The parameter "key" cannot be empty. |
| 404 Not Found | Object not found | A dataset with the specified key wasn't found. |
