v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
streams

Get stream attachments

Spaces method and path for this operation:

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/streams/{streamName}/attachments</span></div>

Refer to Spaces for more information.

Fetches all attachments linked to a stream that are visible to the current user in the current space. Optionally filter by attachment types, search query, and tags.<br/><br/>[Required authorization] Route required privileges: read_stream.

get/api/streams/{streamName}/attachments

Path parameters

streamNamestring required

The name of the stream

Query parameters

querystring

Search query to filter attachments by title

attachmentTypesstring[]

Filter by attachment types (single value or array)

tagsstring[]

Filter by tags (single value or array)

Request body

object required
OR
{"stackTrail":"paths:/api/streams/{streamName}/attachments:get:requestBody:content:application/json:schema:anyOf:1","oasType":"schema","type":"unknown","nullable":true}
OR
{"stackTrail":"paths:/api/streams/{streamName}/attachments:get:requestBody:content:application/json:schema:anyOf:2","oasType":"schema","type":"unknown"}

Response

Successfully retrieved attachments