v1

latestOpenAPI 3.1.02026-07-2481742657.4 KB
Collections

Get a collection's events

Retrieve the event history for a collection. This includes the addition or removal of assets as well as collection status changes.<br><br>This endpoint does not cost credits to execute.

get/v3/collections/{collection_uid}/events

Path parameters

collection_uidstring uuid required

The UID for the collection. Obtain the collection ID using the list collections endpoint or via the collection URL when using the web console.

Example:11111111-2222-3333-4444-555555555555

The UID for the collection. Obtain the collection ID using the list collections endpoint or via the collection URL when using the web console.

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_sizeinteger

Amount of results to return per page.

Example:1

Amount of results to return per page.

page_tokenstring

Page token for the requested page of collection results.

Page token for the requested page of collection results.

change_typesstring[] nullable

Change types

Change types

asset_change_typesstring[] nullable

Asset change types

Asset change types

status_change_typesstring[] nullable

Status change types

Status change types

start_timestring date-time

Start time of the host timeline

Example:2025-01-01T00:00:00Z

Start time of the host timeline

end_timestring date-time

End time of the host timeline

Example:2025-01-02T00:00:00Z

End time of the host timeline

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