Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.

Query Parameters

page
integer
default:1

Page number of the result set. The first page is 1.

Required range: x >= 1
limit
integer
default:25

Maximum number of items per page. The default is 25 and the maximum is 100.

Required range: 1 <= x <= 100

Filter repositories by full name (case-insensitive substring match).

business_unit
string

Filter by exact business_unit (Enterprise asset label).

tags
string

Comma-separated tags. Returns the repositories that have all of the supplied tags.

sort_by
enum<string>
default:created_at

Field to sort by. last_scan_at orders by the most recent scan.

Available options:
created_at,
last_scan_at
sort_order
enum<string>
default:desc

Sort direction. Use asc for oldest first or desc for newest first.

Available options:
asc,
desc

Response

Paginated list of repositories.

items
object[]
required
meta
object
required