Llm
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
PATCH | |
DELETE |
Retrieve datasets retrieve
Required API key scopes
dataset:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /projects /:project_id /datasets /:idExample response
Status 200
RESPONSE
Update datasets update
Required API key scopes
dataset:writePath parameters
- idstring
- project_idstring
Request parameters
- namestring
- descriptionstring
- metadata
- deletedboolean
Response
Example request
PATCH /api /projects /:project_id /datasets /:idExample response
Status 200
RESPONSE
Delete datasets destroy
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
dataset:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /datasets /:id