Fetch Map Information
GET/v1/dataset/:project_id/index/projection/:projection_id
Fetches all information about a map such as topics, defaults, etc.
Request
Path Parameters
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
Array [
]
Array [
]
- MOD1
- MOD1
- MOD1
List of topic model geojsons
topic_model_metadatas
object
required
list of topic model metadata
anyOf
resources
object[]
All resources used to build the associated map
Resource type.
The resource id.
The dataset id associated with the resource.
Possible values: [COMPLETED, FAILED, BUILDING, WAITING]
The resource status.
params
object
required
Resource-specific parameters.
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
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
{
"topic_models": [
{}
],
"topic_model_metadatas": [
null
],
"resources": [
{
"type": "string",
"id": "string",
"dataset_id": "string",
"status": "COMPLETED",
"params": {}
}
],
"embedding_field": "string",
"embedding_model": "string",
"primary_projection_algorithm": "string",
"total_data_points": 0
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}