get https://{hostname}/papi/v1/properties//activations/
Gets details about an activation. You typically get a single activation from an activationLink
when launching a new activation and following up to poll its status
. For activations whose status
is PENDING
, a Retry-After
header provides an estimate for when it's likely to change.
Note: To reduce errors, avoid calling PAPI with separate clients on the same data. Avoid frequently polling status values. Instead, progressively increase the delay between calls.
Recipes
Get an activation
Open Recipe
Responses