Sign in

Retrieve a Project by UUID

documented

Retrieve detailed information about a specific project by UUID.

GET /2025-12/projects/{project_uuid}Projectsno 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://{{$api_subdomain}}.partner-platform.taskrabbit.com/2025-12/projects/{{$project_uuid}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"