provider error_tracking GET /api/projects/{project_id}/error_tracking/git-provider-file-links/resolve_gitlab/
@utdk/posthog /api/projects/{project_id}/error_tracking/git-provider-file-links/resolve_gitlab/
error_tracking_git_provider_file_links_resolve_gitlab_retrieve
code_sample query required
Code snippet to search for in repository files.
string
file_name query required
File name to match in search results.
string
owner query required
Repository owner or namespace.
string
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string
repository query required
Repository name.
string

Try it

Authentication
Configure credentials for PostHog API
errorTrackingGitProviderFileLinksResolveGitlabRetrieve
GET/api/projects/{project_id}/error_tracking/git-provider-file-links/resolve_gitlab/

Parameters

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

required

Code snippet to search for in repository files.

required

File name to match in search results.

required

Repository owner or namespace.

required

Repository name.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.errorTrackingGitProviderFileLinksResolveGitlabRetrieve()