v1

latestOpenAPI 3.1.02026-07-2481742657.4 KB
Collections

List collections

List all collections for an organization. Retrieved information includes collection ID, name, query, description, status, and asset count.<br><br>This endpoint does not cost credits to execute.

get/v3/collections

Query parameters

organization_idstring uuid required

The ID of a Censys organization to associate the request with. See the Getting Started docs for more information.

Example:11111111-2222-3333-4444-555555555555

The ID of a Censys organization to associate the request with. See the Getting Started docs for more information.

page_tokenstring

page token for the requested page of collection results

page token for the requested page of collection results

page_sizeinteger

amount of results to return per page

Example:1

amount of results to return per page

collection_statusesstring[] nullable

statuses of collection for results to be filtered on.

statuses of collection for results to be filtered on.

[
  "populating",
  "active"
]

Headers

X-Organization-IDstring uuid

The ID of a Censys organization to associate the request with. See the Getting Started docs for more information. Note: The header parameter is supported for atypical use cases; we recommend always providing this field via the query parameter.

Example:11111111-2222-3333-4444-555555555555

The ID of a Censys organization to associate the request with. See the Getting Started docs for more information. Note: The header parameter is supported for atypical use cases; we recommend always providing this field via the query parameter.

Response

OK