Links
List Links
Returns a paginated list of links for the workspace associated with the API token. Supports optional workspace override and pagination controls.
GET
List links
Returns a paginated list of links belonging to the workspace associated with your API token. Use this endpoint to browse existing links, retrieve
id values for editing, or synchronise link data with external systems.
Query parameters
Response payload
The response uses the standard envelope and adds pagination metadata:data— array of link objects (see schema below).count— number of items in the current page.total— total number of links matching the query.page— current page number.
Link object fields
Each item indata exposes the following properties:
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number for pagination.
Required range:
x >= 1Number of links per page (max 100).
Required range:
1 <= x <= 100Workspace ID to scope results. Defaults to the first workspace when omitted.
Response
Paginated list of links
Example:
true
Example:
200
Number of links returned in the current page.
Example:
25
Total number of links matching the query.
Example:
142
Current page number.
Example:
1
Example:
""
List links