Skip to main content
GET
/
v1
/
applications
Get Applications
curl --request GET \
  --url https://{instance}.domo.com/api/executor/v1/applications \
  --header 'X-DOMO-Developer-Token: <api-key>'
{
  "id": "94a4edfa-5926-4f0c-ad1e-a341f53f6113",
  "displayType": "DataFlow",
  "type": "DataFlow",
  "name": "DomoStats People with Activity Log",
  "owner": {
    "id": "",
    "name": "",
    "type": "USER",
    "group": false
  },
  "status": "SUCCESS",
  "created": 1624432428000,
  "lastTouched": 1651769881000,
  "rowCount": 833556,
  "columnCount": 18,
  "cardInfo": {
    "cardCount": 9,
    "cardViewCount": 0
  },
  "properties": {
    "formulas": {}
  }
}

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication

Query Parameters

session_token
string
required

Authentication token to access the API

Response

200 - application/json

Application details

id
string

Application ID

Example:

"94a4edfa-5926-4f0c-ad1e-a341f53f6113"

displayType
string

Display type of the application

Example:

"DataFlow"

type
string

Type of the application

Example:

"DataFlow"

name
string

Name of the application

Example:

"DomoStats People with Activity Log"

owner
object
status
string

Status of the application

Example:

"SUCCESS"

created
integer<int64>

Creation timestamp

Example:

1624432428000

lastTouched
integer<int64>

Last touched timestamp

Example:

1651769881000

rowCount
integer

Number of rows

Example:

833556

columnCount
integer

Number of columns

Example:

18

cardInfo
object
properties
object