Skip to main content

Fetch Map Information

GET 

/v1/project/:project_id/index/projection/:projection_id

Fetches all information about a map such as topics, defaults, etc.

Request

Path Parameters

    project_id Project Idrequired
    projection_id Projection Idrequired

Responses

Successful Response

Schema

    topic_models object[]required

    List of topic model geojsons

    topic_model_metadatas

    object

    required

    list of topic model metadata

    anyOf

  • Array [

  • property name* any
  • ]

  • resources

    object[]

    All resources used to build the associated map

  • 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.

  • ]

  • embedding_field

    object

    The data field from which the 2d embeddings were derived

    anyOf

    string

    embedding_model

    object

    The embedding model used to create the embeddings, if they were generated inside the Atlas system

    anyOf

    string

    primary_projection_algorithm Primary Projection Algorithm (string)required

    The primary projection algorithm used for this map.

    total_data_points

    object

    required

    The total number of data points in this map or None if the checkpoint is not yet completed.

    anyOf

    integer

Loading...