Skip to main content

List all resources that have been created on a dataset

GET 

/v1/project/:project_id/resources

List all resources that have been created on a dataset

Request

Path Parameters

    project_id Project Idrequired

Responses

Successful Response

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.

  • ]

Loading...