---
title: "Get Journey Applications by Alloy Entity Token or External Entity ID."
method: GET
path: "/journeys/entities/{external_entity_id}/applications"
tags: ["Journeys"]
---

# Get Journey Applications by Alloy Entity Token or External Entity ID.

`GET /journeys/entities/{external_entity_id}/applications`

This endpoint retrieves a list of Journey Applications associated with the supplied Alloy Entity Token or an External Entity ID.

## Response `200`

Success

- object[]
  - `journey_application_token` string
  - `created_at` string, date-time
  - `journey_token` string
  - `journey_name` string
  - `journey_version` string
  - `journey_type` string
  - `evaluation_tokens` string[]

## Other responses

- `401` — unresolved $ref
- `404` — unresolved $ref
- `429` — unresolved $ref
- `500` — unresolved $ref
- `503` — unresolved $ref

---

[API](https://skmtc.net/alloy/apis/alloy-api.md) · [All operations](https://skmtc.net/alloy/apis/alloy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alloy/alloy-api/revisions/405799de4d2a/schema)
