Get applications

Beta
Get a list of applications. ### Expanding the applications response LaunchDarkly supports expanding the "Get applications" response to include additional fields. To expand the response, append the `expand` query parameter and include the following: * `flags` includes details on the flags that have been evaluated by the application For example, use `?expand=flags` to include the `flags` field in the response. By default, this field is **not** included in the response.

Authentication

Authorizationstring
API Key authentication via header

Query parameters

filterstringOptional

Accepts filter by key, name, kind, and autoAdded. To learn more about the filter syntax, read Filtering applications and application versions.

limitlongOptional
The number of applications to return. Defaults to 10.
offsetlongOptional

Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit.

sortstringOptional

Accepts sorting order and fields. Fields can be comma separated. Possible fields are creationDate, name. Examples: sort=name sort by names ascending, sort=-name,creationDate sort by names descending and creationDate ascending.

expandstringOptional

A comma-separated list of properties that can reveal additional information in the response. Options: flags.

Response

Applications response
itemslist of objects or null
A list of applications
totalCountinteger or null
The number of applications

Errors