Skip to main content

Fetch Datasets By Query

GET 

/v1/search/datasets

Fetches datasets based on query parameters

Request

Query Parameters

    search_term any

    Search term to match on project name or description

Responses

Successful Response

Schema

    results

    object[]

    A list of search results

  • Array [

  • project_id Project Id (string)required

    Project ID

    project_name Project Name (string)required

    The name of this project

    description Description (string)required

    A description for this project.

    total_datums_in_project Total Datums In Project (integer)required

    Total datums in project.

    created_timestamp date-timerequired

    The timestamp this project was created.

    nickname Nickname (string)required

    The nickname who created this project.

    thumbnail Thumbnail (string)required

    The project display thumbnail.

    slug Slug (string)required

    The project url-safe slug

    organization_slug Organization Slug (string)required

    The organization url-safe slug

    organization_name Organization Name (string)required

    The organization nickname

    creator_picture

    object

    The creator picture

    anyOf

    string

    projection_alias

    object

    The projection alias

    anyOf

    string

    tags

    object

    required

    Tags associated with the project from dataset_tags table.

    anyOf

  • Array [

  • string

  • ]

  • index_job_end_timestamp date-timerequired

    The timestamp the map index job finished.

  • ]

Loading...