Artifact versions
Last updated
Was this helpful?
Last updated
Was this helpful?
Prunes unused artifact versions and their artifacts.
Args: project_name_or_id: The project name or ID to prune artifact versions for. only_versions: Only delete artifact versions, keeping artifacts
true
DELETE /api/v1/artifact_versions?project_name_or_id=text HTTP/1.1
Host:
Accept: */*
No content
Get an artifact version by ID.
Args: artifact_version_id: The ID of the artifact version to get. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: The artifact version with the given ID.
true
GET /api/v1/artifact_versions/{artifact_version_id} HTTP/1.1
Host:
Accept: */*
{
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"user": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"artifact": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"user": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"tags": [
{
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"user": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"color": "grey",
"exclusive": true,
"tagged_count": 1
},
"metadata": {},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
}
],
"latest_version_name": "text",
"latest_version_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"project": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"display_name": "text"
},
"metadata": {
"description": "text"
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"has_custom_name": true
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"version": "text",
"uri": "text",
"type": "DataAnalysisArtifact",
"materializer": {
"module": "text",
"attribute": "text",
"type": "user",
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"data_type": {
"module": "text",
"attribute": "text",
"type": "user",
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tags": [
{
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"user": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"color": "grey",
"exclusive": true,
"tagged_count": 1
},
"metadata": {},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
}
],
"producer_pipeline_run_id": "123e4567-e89b-12d3-a456-426614174000",
"save_type": "step_output",
"artifact_store_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"project": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"display_name": "text"
},
"metadata": {
"description": "text"
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"producer_step_run_id": "123e4567-e89b-12d3-a456-426614174000",
"visualizations": [
{
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"type": "csv",
"uri": "text"
},
"metadata": {
"artifact_version_id": "123e4567-e89b-12d3-a456-426614174000"
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true
}
],
"run_metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true
}
Delete an artifact version by ID.
Args: artifact_version_id: The ID of the artifact version to delete.
DELETE /api/v1/artifact_versions/{artifact_version_id} HTTP/1.1
Host:
Accept: */*
No content
Get artifact versions according to query filters.
Args: artifact_version_filter_model: Filter model used for pagination, sorting, filtering. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response. auth_context: The authentication context.
Returns: The artifact versions according to query filters.
false
created
Logical Ops to use to combine filters on list methods.
and
Possible values: 1
20
false
GET /api/v1/artifact_versions HTTP/1.1
Host:
Accept: */*
{
"index": 1,
"max_size": 1,
"total_pages": 1,
"total": 1,
"items": [
{
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"user": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"artifact": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"user": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"tags": [
{
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"user": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"color": "grey",
"exclusive": true,
"tagged_count": 1
},
"metadata": {},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
}
],
"latest_version_name": "text",
"latest_version_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"project": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"display_name": "text"
},
"metadata": {
"description": "text"
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"has_custom_name": true
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"version": "text",
"uri": "text",
"type": "DataAnalysisArtifact",
"materializer": {
"module": "text",
"attribute": "text",
"type": "user",
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"data_type": {
"module": "text",
"attribute": "text",
"type": "user",
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tags": [
{
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"user": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"color": "grey",
"exclusive": true,
"tagged_count": 1
},
"metadata": {},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
}
],
"producer_pipeline_run_id": "123e4567-e89b-12d3-a456-426614174000",
"save_type": "step_output",
"artifact_store_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"project": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"display_name": "text"
},
"metadata": {
"description": "text"
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"producer_step_run_id": "123e4567-e89b-12d3-a456-426614174000",
"visualizations": [
{
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"type": "csv",
"uri": "text"
},
"metadata": {
"artifact_version_id": "123e4567-e89b-12d3-a456-426614174000"
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true
}
],
"run_metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true
}
]
}
Create a new artifact version.
Args: artifact_version: The artifact version to create.
Returns: The created artifact version.
Request model for artifact versions.
false
All possible types an artifact can have.
Should be a list of plain strings, e.g., ['tag1', 'tag2']
All possible method types of how artifact versions can be saved.
POST /api/v1/artifact_versions HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 647
{
"user": "123e4567-e89b-12d3-a456-426614174000",
"project": "123e4567-e89b-12d3-a456-426614174000",
"artifact_id": "123e4567-e89b-12d3-a456-426614174000",
"artifact_name": "text",
"version": 1,
"has_custom_name": true,
"type": "DataAnalysisArtifact",
"artifact_store_id": "123e4567-e89b-12d3-a456-426614174000",
"uri": "text",
"materializer": {
"module": "text",
"attribute": "text",
"type": "user",
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"data_type": {
"module": "text",
"attribute": "text",
"type": "user",
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tags": [
"text"
],
"visualizations": [
{
"type": "csv",
"uri": "text"
}
],
"save_type": "step_output",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
{
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"user": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"artifact": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"user": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"tags": [
{
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"user": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"color": "grey",
"exclusive": true,
"tagged_count": 1
},
"metadata": {},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
}
],
"latest_version_name": "text",
"latest_version_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"project": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"display_name": "text"
},
"metadata": {
"description": "text"
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"has_custom_name": true
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"version": "text",
"uri": "text",
"type": "DataAnalysisArtifact",
"materializer": {
"module": "text",
"attribute": "text",
"type": "user",
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"data_type": {
"module": "text",
"attribute": "text",
"type": "user",
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tags": [
{
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"user": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"color": "grey",
"exclusive": true,
"tagged_count": 1
},
"metadata": {},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
}
],
"producer_pipeline_run_id": "123e4567-e89b-12d3-a456-426614174000",
"save_type": "step_output",
"artifact_store_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"project": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"display_name": "text"
},
"metadata": {
"description": "text"
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"producer_step_run_id": "123e4567-e89b-12d3-a456-426614174000",
"visualizations": [
{
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"type": "csv",
"uri": "text"
},
"metadata": {
"artifact_version_id": "123e4567-e89b-12d3-a456-426614174000"
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true
}
],
"run_metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true
}
Update an artifact by ID.
Args: artifact_version_id: The ID of the artifact version to update. artifact_version_update: The update to apply to the artifact version.
Returns: The updated artifact.
Artifact version update model.
PUT /api/v1/artifact_versions/{artifact_version_id} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"name": "text",
"add_tags": [
"text"
],
"remove_tags": [
"text"
]
}
{
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"user": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"artifact": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"user": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"tags": [
{
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"user": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"color": "grey",
"exclusive": true,
"tagged_count": 1
},
"metadata": {},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
}
],
"latest_version_name": "text",
"latest_version_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"project": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"display_name": "text"
},
"metadata": {
"description": "text"
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"has_custom_name": true
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"version": "text",
"uri": "text",
"type": "DataAnalysisArtifact",
"materializer": {
"module": "text",
"attribute": "text",
"type": "user",
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"data_type": {
"module": "text",
"attribute": "text",
"type": "user",
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tags": [
{
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"user": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"active": true,
"activation_token": "text",
"full_name": "text",
"email_opted_in": true,
"is_service_account": true,
"is_admin": true,
"default_project_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"email": "text",
"external_user_id": "123e4567-e89b-12d3-a456-426614174000",
"user_metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"color": "grey",
"exclusive": true,
"tagged_count": 1
},
"metadata": {},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
}
],
"producer_pipeline_run_id": "123e4567-e89b-12d3-a456-426614174000",
"save_type": "step_output",
"artifact_store_id": "123e4567-e89b-12d3-a456-426614174000"
},
"metadata": {
"project": {
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"display_name": "text"
},
"metadata": {
"description": "text"
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true,
"name": "text"
},
"producer_step_run_id": "123e4567-e89b-12d3-a456-426614174000",
"visualizations": [
{
"body": {
"created": "2025-04-26T17:46:46.324Z",
"updated": "2025-04-26T17:46:46.324Z",
"type": "csv",
"uri": "text"
},
"metadata": {
"artifact_version_id": "123e4567-e89b-12d3-a456-426614174000"
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true
}
],
"run_metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"resources": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"permission_denied": true
}