Skip to main content
Fetch List Of Apps Added In Archer
curl --request GET \
  --url https://{api_endpoint}/api/v1/applications/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "application_id": "<string>",
    "group_name": "<string>",
    "description": "<string>",
    "icon": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

show_hidden
boolean
default:false
group_by
enum<string> | null
Available options:
catalog_ref_id

Response

Successful Response

  • AppDetailsResponseModel · object[]
  • GroupedArtifactResponse · object[]
id
string<uuid>
required

Primary key of the artifact group

application_id
string | null
required

Application Id / Catalog Ref. Id

Minimum length: 1
group_name
string
required

Name of the artifact group

Minimum length: 1
description
string | null
required

Description of the artifact group

icon
string | null

Icon associated with the artifact group