v4

latestOpenAPI 3.1.0MIT2026-08-02128224900.7 KB
Attachments

List Attachments

List all attachments

get/attachments

Query parameters

idsstring[]

If provided, only return attachments matching the given IDs.

If provided, only return attachments matching the given IDs.

[
  "att_01h8xg4j3k2m1n0p9q8r7s6t5v"
]
page_sizeinteger

The number of results per page.

The number of results per page.

pageinteger

The page number of the paginated response.

Example:1

The page number of the paginated response.

Response

OK

nextstring nullable

The URL to the next page of results, if any.

previousstring nullable

The URL to the previous page of results, if any.

countinteger required

The total number of results across all pages.

Example response

{
  "results": [
    {
      "name": "newsletter-guide.pdf",
      "file": "https://buttondown.s3.amazonaws.com/attachments/newsletter-guide.pdf",
      "size": 1000
    }
  ]
}