List async change requests
Returns a paginated list of async change requests. Async change requests represent background operations such as plan changes and SIM configuration updates that are processed asynchronously.
Authorizations
HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key. You can find your API key on the Hologram Dashboard under Account Settings.
Query Parameters
Comma-separated list of request IDs to fetch
Filter by parent request ID
Filter by organization ID
Filter by user ID
Filter by request type
plan_change, euicc_audit, sim_configuration_update, sim_state_pause, sim_state_unpause, sim_state_activation Filter by the type of object being changed
device, link, simcard, sim_configuration Filter by the ID of the object being changed
Comma-separated list of device IDs; returns async records referencing those devices (reference_type=device) or their cellular links (reference_type=link). Resolves link IDs via CellularLinks before querying. Can be combined with other filters (e.g. orgid, states, reference_type); all filters are ANDed together.
Filter by one or more states (repeat parameter for multiple values)
initialized, in_progress, complete, complete_with_errors, partially_complete, error, canceled, complete_after_cancel Return requests started after this time (Unix timestamp or datetime string)
Return requests started before this time (Unix timestamp or datetime string)
Return results with ID less than this value (cursor-based pagination, ordered by ID descending)
Maximum number of results to return (default 25, max 1000)
x <= 100025