---
title: "Returns single Attachment for specific Activity Assignment"
method: GET
path: "/activity-assignments/{activityAssignmentId}/attachments/{attachmentId}"
tags: ["assignments-submissions"]
---

# Returns single Attachment for specific Activity Assignment

`GET /activity-assignments/{activityAssignmentId}/attachments/{attachmentId}`

## Response `200`

Single Attachment submitted for the given Activity Assignment was retrieved

## Other responses

- `401` — With codes: * **NOT_AUTHORIZED_TO_ACCESS_RESOURCE** when caller is not authorized to access resource
- `404` — With codes: * **'ACTIVITY_ASSIGNMENT_NOT_FOUND'** when there is no Activity Assignment for given id * **'ATTACHMENT_NOT_FOUND'** when there is no Attachment for given id
- `500` — Unexpected error

---

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