Skip to Content
GuidesAPI Reference
LinksList Links
GET/api/v1/links

List links

Returns a paginated list of links in your workspace. Supports filtering by domain, tag, type, and status.

Authorization
Authorizationstringheaderrequired

Bearer token. Format: Bearer YOUR_API_KEY

Query Parameters
pagenumberqueryoptional

Page number (1-indexed). Defaults to 1.

limitnumberqueryoptional

Results per page. Maximum 100. Defaults to 20.

searchstringqueryoptional

Filter by URL or title (case-insensitive substring match).

domainstringqueryoptional

Filter by domain (e.g. go.mycompany.com).

tagIdstringqueryoptional

Filter by tag ID.

isActivebooleanqueryoptional

Filter by active status. Pass true or false.

linkTypeURL | MAILTO | TEL | SMSqueryoptional

Filter by link type.

sortcreatedAt | url | clickCountqueryoptional

Field to sort by. Defaults to createdAt.

orderasc | descqueryoptional

Sort direction. Defaults to desc.

Last updated on