GET /org/{orgId}/project/{projectId}/issue/{issueId}/paths
Summary: List all project issue paths
Operation ID: List all project issue paths
Auth: unknown
Operation ID: List all project issue paths
Auth: unknown
Parameters (6)
issueId
(string, path, required)
The issue ID for which to return issue paths.
orgId
(string, path, required)
The organization ID. The `API_KEY` must have access to this organization.
page
(number, query, optional, default: 1)
The page of results to return.
perPage
(number, query, optional, default: 100)
The number of results to return per page (1 - 1000, inclusive).
projectId
(string, path, required)
The project ID for which to return issue paths.
snapshotId
(string, query, optional, default: latest)
The project snapshot ID for which to return issue paths. If set to `latest`, the most recent snapshot will be used. Use the "List all project snapshots" endpoint to find suitable values for this.
No probe data for this endpoint yet.