Fetch Project By Slug
GET/v1/project/:organization_slug/:project_slug
Fetches all details about a project.
Request
Path Parameters
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
Array [
- MOD1
Array [
]
Array [
]
Array [
]
]
- MOD1
- ConnectorDatasetDetails
Array [
- MOD1
- MOD1
- MOD1
]
- MOD1
Project ID
The organization ID that owns this project
The name of this project
creator
object
The user id who created this project.
anyOf
string
A description for this project.
Is the project viewable without being in the organzation?
Is the project viewable to the organization?
Possible values: [public, with_link, private, restricted]
The privacy settings for who can view the project.
The list of fields a datum in the project may contain.
unique_id_field
object
DEPRECATED: A field that contains a unique id for each document.
anyOf
string
modality
object
The project modality. DEPRECATED.
anyOf
string
Total datums in project.
The timestamp this project was created.
The project url-safe slug
connector_name
object
The connector name used to create this project
anyOf
string
The organization url-safe slug
The organization nickname
creator_nickname
object
The creator nickname
anyOf
string
creator_picture
object
required
The creator picture
anyOf
string
og_image
object
required
The datasets opengraph image
anyOf
string
atlas_indices
object[]
required
All Atlas Indices built overtop of this project.
Index ID
The project this index belongs to
The name of the index
indexed_field
object
required
The field that was indexed in the datums.
anyOf
string
The timestamp this index was created.
The timestamp this indx was updated.
All of the atoms in this index.
The fields that can be colored by.
embedders
object[]
required
The embedder this Atlas Index uses.
Embedder id ID
The index this atomizer corresponds to.
Is this embedder ready?
The embedder model this embedder embeds with.
hyperparameters
object
required
The hyperparameters this model was trained with.
The hyperparameters this model was trained with.
nearest_neighbor_indices
object[]
required
The nearest neighbor index this Atlas Index uses.
Nearest Neighbor Index ID
The type of nearest neighbor index
Is this NN index ready?
hyperparameters
object
required
The hyperparameters of this index.
The hyperparameters of this index.
The phrase strategies of the phrases this embedder is embedding.
projections
object[]
required
The nearest neighbor index this Atlas Index uses.
Projection ID
The type of projection
Is this projection ready?
hyperparameters
object
required
The hyperparameters of this projection.
The hyperparameters of this projection.
The phrase strategies of the phrases this embedder is embedding.
The timestamp this projection was created.
The timestamp this projection was updated.
The thumbnail of this projection.
The og image of this projection.
Whether the project is locked for CRUD operations.
Possible values: [ADMIN, EDITOR, VIEWER, EXTERNAL, NONE]
Access role of user for this project
permissions
object
required
Access role of user for this dataset
schema
object
An Arrow schema for the project. Binary data encoded as base64.
anyOf
string
connector_details
object
The connector details for this project
anyOf
creation_params
object
required
metadata
object
required
maps
object[]
required
The maps associated with this project
map_id
object
Map ID (or None for index-path maps)
anyOf
string
Projection ID
The timestamp this map was created.
The timestamp this map was last modified.
Whether the map is ready to use.
error
object
The error message if the map is permanently errored.
anyOf
string
The primary projection algorithm used for this map.
total_data_points
object
required
The total number of data points in this map.
anyOf
integer
analyst_info
object
required
The analyst info for this project
billed_organization_id
object
The billed organization id. None for anonymous users.
anyOf
string
Possible values: [openai, aws-bedrock]
Default value: openai
The model to use for analysis
Default value: 0
The number of requests remaining for the month
{
"id": "string",
"owner": "string",
"project_name": "string",
"creator": "string",
"description": "string",
"is_public": true,
"is_public_to_org": true,
"privacy": "public",
"project_fields": [
"string"
],
"unique_id_field": "string",
"modality": "string",
"total_datums_in_project": 0,
"created_timestamp": "2024-07-29T15:51:28.071Z",
"slug": "string",
"connector_name": "string",
"organization_slug": "string",
"organization_name": "string",
"creator_nickname": "string",
"creator_picture": "string",
"og_image": "string",
"atlas_indices": [
{
"id": "string",
"project_id": "string",
"index_name": "string",
"indexed_field": "string",
"created_timestamp": "2024-07-29T15:51:28.071Z",
"updated_timestamp": "2024-07-29T15:51:28.071Z",
"atoms": [
"string"
],
"colorable_fields": [
"string"
],
"embedders": [
{
"id": "string",
"atlas_index_id": "string",
"ready": true,
"model_name": "string",
"hyperparameters": {}
}
],
"nearest_neighbor_indices": [
{
"id": "string",
"index_name": "string",
"ready": true,
"hyperparameters": {},
"atom_strategies": [
"string"
]
}
],
"projections": [
{
"id": "string",
"projection_name": "string",
"ready": true,
"hyperparameters": {},
"atom_strategies": [
"string"
],
"created_timestamp": "2024-07-29T15:51:28.071Z",
"updated_timestamp": "2024-07-29T15:51:28.071Z",
"thumbnail": "string",
"og_image": "string"
}
]
}
],
"insert_update_delete_lock": true,
"access_role": "ADMIN",
"permissions": {},
"schema": "string",
"connector_details": {},
"maps": [
{
"map_id": "string",
"projection_id": "string",
"created_timestamp": "2024-07-29T15:51:28.071Z",
"modified_timestamp": "2024-07-29T15:51:28.071Z",
"ready": true,
"error": "string",
"primary_projection_algorithm": "string",
"total_data_points": 0
}
],
"analyst_info": {
"billed_organization_id": "string",
"ai_subprocessor": "openai",
"remaining_queries": 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"
}
]
}