Path Parameters
The ID of the project.
The ID of the artifactId.
Query Parameters
The full path of the artifact
The level of depth for the artifact children
{
"data": [
{
"id": "<string>",
"parent_id": "<string>",
"child_count": 123,
"project_id": "<string>",
"project": {
"id": "<string>",
"name": "<string>",
"goal": "<string>",
"default_member_role": "Viewer",
"default_role_enabled": true,
"deadline": "<string>",
"visibility": "Public",
"member_count": 123,
"members": [
{
"id": "<string>",
"role": "Viewer",
"user": {
"id": "<string>",
"org_id": "<string>",
"account_id": "<string>",
"profile_picture": "<string>",
"name": "<string>",
"email": "<string>",
"job_position_name": "<string>",
"job_position_description": "<string>",
"state": "Active",
"roles": [
"AppGuest"
],
"created_at": "<string>"
},
"is_project_member": true
}
],
"project_context": "<string>",
"answer_context": "<string>",
"is_pinned": true
},
"name": "<string>",
"description": "<string>",
"type": "InlineText",
"source": "User",
"state": "Initializing",
"error": "Unknown",
"ingest_status": "NotApplicable",
"ingest_warnings": [
"Unknown"
],
"ingest_progress": 123,
"has_content": true,
"content": "<string>",
"raw_content": "<string>",
"integration_id": "<string>",
"external_url": "<string>",
"config": {
"entity": {
"id": "<string>",
"name": "<string>",
"goal": "<string>",
"default_member_role": "Viewer",
"default_role_enabled": true,
"deadline": "<string>",
"visibility": "Public",
"member_count": 123,
"members": [
{
"id": "<string>",
"role": "Viewer",
"user": {
"id": "<string>",
"org_id": "<string>",
"account_id": "<string>",
"profile_picture": "<string>",
"name": "<string>",
"email": "<string>",
"job_position_name": "<string>",
"job_position_description": "<string>",
"state": "Active",
"roles": [
"AppGuest"
],
"created_at": "<string>"
},
"is_project_member": true
}
],
"project_context": "<string>",
"answer_context": "<string>",
"is_pinned": true
}
},
"file_uri": "<string>",
"artifact_references": [
{}
],
"keep_file_after_ingestion": true,
"created_by": {
"id": "<string>",
"org_id": "<string>",
"account_id": "<string>",
"profile_picture": "<string>",
"name": "<string>",
"email": "<string>",
"job_position_name": "<string>",
"job_position_description": "<string>",
"state": "Active",
"roles": [
"AppGuest"
],
"created_at": "<string>"
},
"created_at": "<string>",
"updated_at": "<string>"
}
],
"next_cursor": "<string>",
"previous_cursor": "<string>",
"has_next_page": true,
"has_previous_page": true,
"total_count": 123
}
Retrieve a list of artifacts nesting from a specific artifact
{
"data": [
{
"id": "<string>",
"parent_id": "<string>",
"child_count": 123,
"project_id": "<string>",
"project": {
"id": "<string>",
"name": "<string>",
"goal": "<string>",
"default_member_role": "Viewer",
"default_role_enabled": true,
"deadline": "<string>",
"visibility": "Public",
"member_count": 123,
"members": [
{
"id": "<string>",
"role": "Viewer",
"user": {
"id": "<string>",
"org_id": "<string>",
"account_id": "<string>",
"profile_picture": "<string>",
"name": "<string>",
"email": "<string>",
"job_position_name": "<string>",
"job_position_description": "<string>",
"state": "Active",
"roles": [
"AppGuest"
],
"created_at": "<string>"
},
"is_project_member": true
}
],
"project_context": "<string>",
"answer_context": "<string>",
"is_pinned": true
},
"name": "<string>",
"description": "<string>",
"type": "InlineText",
"source": "User",
"state": "Initializing",
"error": "Unknown",
"ingest_status": "NotApplicable",
"ingest_warnings": [
"Unknown"
],
"ingest_progress": 123,
"has_content": true,
"content": "<string>",
"raw_content": "<string>",
"integration_id": "<string>",
"external_url": "<string>",
"config": {
"entity": {
"id": "<string>",
"name": "<string>",
"goal": "<string>",
"default_member_role": "Viewer",
"default_role_enabled": true,
"deadline": "<string>",
"visibility": "Public",
"member_count": 123,
"members": [
{
"id": "<string>",
"role": "Viewer",
"user": {
"id": "<string>",
"org_id": "<string>",
"account_id": "<string>",
"profile_picture": "<string>",
"name": "<string>",
"email": "<string>",
"job_position_name": "<string>",
"job_position_description": "<string>",
"state": "Active",
"roles": [
"AppGuest"
],
"created_at": "<string>"
},
"is_project_member": true
}
],
"project_context": "<string>",
"answer_context": "<string>",
"is_pinned": true
}
},
"file_uri": "<string>",
"artifact_references": [
{}
],
"keep_file_after_ingestion": true,
"created_by": {
"id": "<string>",
"org_id": "<string>",
"account_id": "<string>",
"profile_picture": "<string>",
"name": "<string>",
"email": "<string>",
"job_position_name": "<string>",
"job_position_description": "<string>",
"state": "Active",
"roles": [
"AppGuest"
],
"created_at": "<string>"
},
"created_at": "<string>",
"updated_at": "<string>"
}
],
"next_cursor": "<string>",
"previous_cursor": "<string>",
"has_next_page": true,
"has_previous_page": true,
"total_count": 123
}
The ID of the project.
The ID of the artifactId.
The full path of the artifact
The level of depth for the artifact children