Get App
GET/api/apps/:id/
Retrieve the app with given id.
Request
Path Parameters
A unique integer value identifying this app.
Responses
- 200
- 401
- 403
- 404
Single App instance
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Possible values: non-empty
Possible values: non-empty
Possible values: non-empty
Possible values: non-empty and <= 64 characters
A human-readable name for the app.
A description about the app and its usage.
A long description about the app and its usage.
Whether the app is public.
Possible values: non-empty
Public workspace slug for building URLs
Whether the app allows the use of personal workers in production workspaces.
Possible values: <= 512 characters
The repository url which app is maintained on.
Possible values: [github, gitlab, azure, bitbucket, other]
Repository url host platform.
Possible values: non-empty
App creation source. This can be either one of scratch, app_builder, app_template, excel_converter
Application creation date. The value is in ISO 8601 format.
Possible values: non-empty
Possible values: non-empty
Possible values: non-empty
Returns whether the app is archived.
labels
object[]
Possible values: non-empty and <= 30 characters
Possible values: <= 100 characters
Possible values: non-empty and <= 6 characters
The calculated total daily unique sessions in case of internal/private workspace, and the number of views (count editor sessions) in case of public workspace, for all workspaces associated with this app
The calculated total daily unique sessions in case of internal/private workspace, and the number of views (count editor sessions) in case of public workspace, for all workspaces associated with this app (over the last 30 days)
Resource limits applied on this app.
The development workspace for dev + app
The timestamp of the most recent development for dev + app
App's test workspace.
Whether the app has a test workspace
{
"id": 0,
"name": "string",
"short_name": "string",
"full_name": "string",
"readable_name": "string",
"description": "string",
"long_description": "string",
"is_verified": true,
"is_public": true,
"public_workspace_slug": "string",
"allow_personal_workers": false,
"repository_url": "string",
"repository_host_platform": "github",
"created_from": "string",
"maintainers": [
0
],
"created_at": "2025-11-07T16:05:09.012Z",
"icon": "string",
"images": {},
"latest_app_version": {},
"latest_published_app_version": {},
"org_domain": "string",
"org_name": "string",
"is_archived": true,
"is_out_of_sync": true,
"labels": [
{
"id": 0,
"name": "string",
"description": "string",
"color": "string",
"number_of_apps": 0,
"number_of_workspaces": 0
}
],
"nr_views": 0,
"nr_views_last_30_days": 0,
"resources": {},
"dev_workspace": 0,
"dev_last_connected_at": 0,
"test_workspace": 0,
"enable_test_workspace": true,
"project_count": 0
}
No authentication found or authentication is not correct.
Specified path is not allowed
Permission evaluation:
App Read Access
Descriptions:
App Read Access : Must be authenticated user, or CI token with publish rights.
App does not exist