v1

latestSwagger 2.02026-07-132525401.9 MB
errors

Get all available versions in the time range.

get/v0.1/apps/{owner_name}/{app_name}/errors/available_versions

Path parameters

owner_namestring required

The name of the owner

app_namestring required

The name of the application

Query parameters

startstring date-time required

Start date time in data in ISO 8601 date time format

endstring date-time

Last date time in data in ISO 8601 date time format

$topinteger

The maximum number of results to return. (0 will fetch all results till the max number.)

$skipinteger

The offset (starting at 0) of the first result to return. This parameter along with limit is used to perform pagination.

$inlinecount'allpages' | 'none'

Controls whether or not to include a count of all the items across all pages.

errorType'all' | 'unhandledError' | 'handledError'

Type of error (handled vs unhandled), including All

Response

A list of available versions in the time range.

versionsstring[]

List of available versions.

total_countinteger

The full number of versions across all pages.