Sign in

Check Reschedule Availability

documented

Check available time windows for rescheduling an existing project.

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