> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firstwork.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Application

> Retrieve detailed information about a specific application

## Get Application Details

Retrieve detailed information about a specific application, including candidate data, current stage, form submissions, and documents.

### Endpoint

```
GET /external/v1/applications/{application_id}/
```

### Authentication

> \[!NOTE]
> Requires a valid company API key in the `Authorization` header (format: `Api-Key <key>`).

### Path Parameters

| Parameter        | Type          | Required | Description        |
| ---------------- | ------------- | -------- | ------------------ |
| `application_id` | string (UUID) | Yes      | The application ID |

### Example Request

```bash theme={null}
curl -X GET "https://api.firstwork.com/external/v1/applications/7c9e6679-7425-40de-944b-e07fc1f90ae7/" \
  -H "Authorization: Api-Key YOUR_API_KEY"
```

### Responses

#### 200: OK

Application details returned successfully.

#### 400: Bad Request

Invalid application ID or application does not belong to the company.
