latestOpenAPI 3.1.02026-08-20118232229.3 KB

0e42b0fb26d9

Describe app

Get all the runs for the current account.

get/apps/{name}

Path parameters

namestring required

The name of the app to fetch.

The name of the app to fetch.

Query parameters

runsinteger

The number of recent runs to fetch for the app.

The number of recent runs to fetch for the app.

start_atstring date-time

Filter runs scheduled after this datetime (inclusive). Provide timestamps in ISO-8601 format.

Filter runs scheduled after this datetime (inclusive). Provide timestamps in ISO-8601 format.

end_atstring date-time

Filter runs scheduled before or at this datetime (inclusive). Provide timestamps in ISO-8601 format.

Filter runs scheduled before or at this datetime (inclusive). Provide timestamps in ISO-8601 format.

timezonestring

Timezone for the statistics (e.g., 'Europe/Berlin'). Defaults to UTC.

Timezone for the statistics (e.g., 'Europe/Berlin'). Defaults to UTC.

environmentstring

The environment to resolve the app version against. Defaults to 'default'.

The environment to resolve the app version against. Defaults to 'default'.

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.tower.dev/v1/schemas/DescribeAppResponse.json"
}