Skip to content

Get Lineage Group Detail

GET
/v1/portal/lineage/groups/{group_path}
curl --request GET \
--url 'https://example.com/v1/portal/lineage/groups/example?limit=50&tenant_id='
group_path
required
Group Path
string
limit
Limit
integer
default: 50 >= 1 <= 200
tenant_id
Tenant Id
string
""
X-FractalOps-Tenant-Id
Any of:
string
x-pomerium-jwt-assertion
Any of:
string

Successful Response

Media typeapplication/json
PortalGraphGroupDetailOut
object
group_urn
required
Group Urn
string
group_path
Group Path
string
""
projects
Projects
Array<string>
repos
Repos
Array<string>
catalog
Catalog
Array<string>
workspaces
Workspaces
Array<string>
datasets
Datasets
Array<string>
stacks
Stacks
Array<string>
secrets
Secrets
Array<string>
packages
Packages
Array<string>
service_cells
Service Cells
Array<string>
design_chipsets
Design Chipsets
Array<string>
Example
{
"group_path": ""
}

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example",
"input": "example",
"ctx": {}
}
]
}