List all resources that have been created on a dataset
GET/v1/dataset/:project_id/resources
List all resources that have been created on a dataset
Request
Path Parameters
project_id Project Idrequired
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
type Type (string)required
Resource type.
id Id (string)required
The resource id.
dataset_id Dataset Id (string)required
The dataset id associated with the resource.
status ResourceStatus (string)required
Possible values: [COMPLETED, FAILED, BUILDING, WAITING]
The resource status.
params
object
required
Resource-specific parameters.
property name* any
Resource-specific parameters.
[
{
"type": "string",
"id": "string",
"dataset_id": "string",
"status": "COMPLETED",
"params": {}
}
]
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...