Skip to main content

List datasets

Servers
https://imago.api.seequent.com/integrate/2
GET
/dataset

Searches for a list of matching datasets. Each dataset is described by its name and id.

Request

Query parameters

Search pattern to match dataset names

Determines how the search pattern matches the dataset name. Wildcards '*' can be used with the 'like' match.

Default value: 'equals'.

Allowed values: 'equals', 'startswith', 'endswith', 'includes', 'like'.

Only search within this workspace.

Only search within this workspace.

Return datasets starting at this offset.

Limit how many datasets are returned.

Responses

200

Successful response.

Dataset identifier.

Name of the dataset.

Identifier of the workspace that the dataset belongs to.

Date/time when the dataset was created.

[
{
"id": "054bf4c2-84cc-4d30-b4dc-cc81c77b7f25",
"name": "Dataset-001",
"workspaceId": "71b93d30-8e5f-4b07-9f08-8e6bf5a72a50",
"createdOn": "2022-05-02T01:14:34.366Z"
}
]

401

Unauthorized

422

The request could not be completed using the supplied parameters.

500

Internal error occurred during the request.