---
title: "GET /v1/Apps"
method: GET
path: "/v1/Apps"
---

# GET /v1/Apps

`GET /v1/Apps`

Retrieve a list of all Apps for an Account.

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `apps` MicrovisorV1App[]
    - `account_sid` string, nullable — The unique SID identifier of the Account.
    - `date_created` string, date-time, nullable — The date that this App was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `date_updated` string, date-time, nullable — The date that this App was last updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `hash` string, nullable — App manifest hash represented as `hash_algorithm:hash_value`.
    - `links` object, nullable
    - `sid` string, nullable — A 34-character string that uniquely identifies this App.
    - `unique_name` string, nullable — A developer-defined string that uniquely identifies the App. This value must be unique for all Apps on this Account. The `unique_name` value may be used as an alternative to the `sid` in the URL path to address the resource.
    - `url` string, uri, nullable — The URL of this resource.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.net/twilio/apis/twilio-microvisor-v1.md) · [All operations](https://skmtc.net/twilio/apis/twilio-microvisor-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-microvisor-v1/versions/f4c6790ec548/schema)
