Get context instances by ID.
The project key
The environment key
The context instance ID
Specifies the maximum number of context instances to return (max: 50, default: 20)
Limits results to context instances with sort values after the value specified. You can use this for pagination, however, we recommend using the next
link we provide instead.
Specifies a field by which to sort. LaunchDarkly supports sorting by timestamp in ascending order by specifying ts
for this value, or descending order by specifying -ts
.
A comma-separated list of context filters. This endpoint only accepts an applicationId
filter. To learn more about the filter syntax, read Filtering contexts and context instances.
Specifies whether to include or omit the total count of matching context instances. Defaults to true.
Context instances collection response
The environment ID
A collection of context instances. Can include multiple versions of context instances that have the same id
, but different applicationId
s.
The location and content type of related resources
The number of unique context instances
An obfuscated string that references the last context instance on the previous page of results. You can use this for pagination, however, we recommend using the next
link instead.