v53

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

List links library items

Spaces method and path for this operation:

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

Refer to Spaces for more information.

Returns a paginated list of links library items. Each result includes title, description, and metadata. Use GET /api/links/{id} to retrieve the complete state.

get/api/links

Query parameters

pagenumber

The page of results to return.

per_pagenumber

The number of results to return per page.

querystring

Filters results by title and description using Elasticsearch simple_query_string syntax. Multi-word terms require all words to match.

tagsstring[]

Tag IDs associated with this dashboard.

A tag ID to include. Accepts a single tag ID or multiple tag IDs. When multiple are specified, library items matching any of the tag IDs are included.

excluded_tagsstring[]

Tag IDs associated with this dashboard.

A tag ID to exclude. Accepts a single tag ID or multiple tag IDs. When multiple are specified, library items matching any of the tag IDs are excluded.

tag_namesstring[]

A tag name to include. Accepts a single tag name or multiple tag names. When multiple are specified, library items matching any of the tag names are included. If the same name is shared by multiple tags, items matching any of those tags are included.

excluded_tag_namesstring[]

A tag name to exclude. Accepts a single tag name or multiple tag names. When multiple are specified, library items matching any of the tag names are excluded. If the same name is shared by multiple tags, items matching any of those tags are excluded.

Response

success