curl --request GET \
--url https://api.withorb.com/v1/plans/{plan_id}/migrations/{migration_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"plan_id": "<string>",
"effective_time": "2023-12-25"
}curl --request GET \
--url https://api.withorb.com/v1/plans/{plan_id}/migrations/{migration_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"plan_id": "<string>",
"effective_time": "2023-12-25"
}Documentation Index
Fetch the complete documentation index at: https://docs.withorb.com/llms.txt
Use this file to discover all available pages before exploring further.
API Keys can be issued in the Orb's web application.
OK
Unique identifier for this plan version change.
The ID of the plan being migrated.
When the migration takes effect. Can be a specific date/time, or 'end_of_term' when scheduled to be at the end of the current billing period.
Current status of the migration: 'not_started', 'in_progress', 'completed', 'action_needed', or 'canceled'.
not_started, in_progress, completed, action_needed, canceled Was this page helpful?