GET
/
v1
/
app
/
project
/
{projectId}
/
artifact
/
{artifactId}
/
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
}

Path Parameters

projectId
string
required

The ID of the project.

artifactId
string
required

The ID of the artifactId.

Query Parameters

path
string

The full path of the artifact

depth
number

The level of depth for the artifact children

Response

200 - application/json

Returns a list of artifacts for the specified artifact

data
object[]
required
has_next_page
boolean
required
has_previous_page
boolean
required
next_cursor
string
previous_cursor
string
total_count
number