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

# List Attachments

> Lists all attachments.

### Response

<ResponseField name="attachments" type="array">
  <Expandable title="properties">
    <ResponseField name="created_at" type="number">
      The UNIX timestamp when the attachment was first created.
    </ResponseField>

    <ResponseField name="filename" type="string">
      Name of the attachment.
    </ResponseField>

    <ResponseField name="id" type="number">
      A unique identifier.
    </ResponseField>
  </Expandable>
</ResponseField>
