Biolinks
List biolinks
List, search, filter, and paginate bio pages in the API key’s workspace.
GET
List biolinks
List biolinks in the workspace bound to your API key. The key needs
Biolinks: Read with the
Search treats
An empty result is successful and returns
Use
biolinks.view permission.
Each item uses the same complete page-level format returned by
Retrieve a biolink. Widget data, appearance, and
content ordering are not included.
Basic request
Query parameters
starting_after and ending_before are mutually exclusive. Unknown query
parameters return 422 validation_error.
Search and filter example
% and _ as literal characters rather than SQL wildcards.
Results are ordered newest first using creation time and ID as a stable
tie-breaker.
Response
biolinks: [] with null cursors.
Forward pagination
- Make the first request without a cursor.
- Read
pagination.next_cursor. - When it is not null, pass it as
starting_afterwith the same filters. - Stop when
next_cursoris null.
ending_before with previous_cursor to navigate in the opposite
direction. Cursors are resource IDs, but treat them as opaque pagination tokens
and do not calculate or modify them.
If a well-formed cursor is missing or outside the API key’s workspace, the API
returns 404 resource_not_found. A malformed cursor returns
422 validation_error.
Errors
Shared API behavior
Authentication is workspace-scoped; see Authentication. Errors use the standard envelope and request IDs described in Errors, and requests are subject to Rate limits. This endpoint uses cursor pagination; see Pagination.Authorizations
A workspace API key beginning with biqli_.
Query Parameters
Required string length:
1 - 255Required range:
1 <= x <= 100Next-page public ID cursor; mutually exclusive with ending_before.
Previous-page public ID cursor; mutually exclusive with starting_after.

