get_attachment
Retrieve a specific attachment from OpenProject by its unique ID to access file details and content.
Instructions
Get a single attachment by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attachment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| title | Yes | ||
| author | Yes | ||
| status | Yes | ||
| file_name | Yes | ||
| file_size | Yes | ||
| created_at | Yes | ||
| description | Yes | ||
| container_id | Yes | ||
| content_type | Yes | ||
| download_url | Yes | ||
| container_type | Yes |