provider taskstasks GET
/api/projects/{project_id}/tasks/repository_readiness/ @utdk/posthog
/api/projects/{project_id}/tasks/repository_readiness/ Get repository readiness
Get autonomy readiness details for a specific repository in the current project.
- 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
- refresh query
- boolean
- repository query required
- Repository in org/repo format
- string
- window_days query
- integer
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.tasksRepositoryReadinessRetrieve({
"refresh": false,
"window_days": 7
})