Sign in

List hours for a project

documented

List hours for a project.

GET /api/v2/projects/{project_id}/hoursHoursno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$clientary_domain}}/api/v2/projects/{{$project_id}}/hours?{{$query}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -u {{CLIENTARY_SECRET}}:{{CLIENTARY_SECRET}}