Digital Certificates - Certificate Revocation Lists

List certificate revocation lists (CRL)

List all certificate revocation lists (CRL) owned by your account.

get/workspace/tls/crls

Query parameters

fieldsstring

Comma-separated list of field names to include in the response. Nested fields can be accessed using dot notation.

idinteger

Filter by CRL ID (accepts comma-separated values).

issuerstring

Filter by issuer (case-insensitive, partial match).

last_modifiedstring date-time

Filter by exact last modified date and time.

last_modified__gtestring date-time

Filter by last modified date (greater than or equal).

last_modified__ltestring date-time

Filter by last modified date (less than or equal).

last_updatestring date-time

Filter by exact last update date and time.

last_update__gtestring date-time

Filter by last update date (greater than or equal).

last_update__ltestring date-time

Filter by last update date (less than or equal).

namestring

Filter by CRL name (case-insensitive, partial match).

next_updatestring date-time

Filter by exact next update date and time.

next_update__gtestring date-time

Filter by next update date (greater than or equal).

next_update__ltestring date-time

Filter by next update date (less than or equal).

orderingstring

Which field to use when ordering the results.

pageinteger

A page number within the paginated result set.

page_sizeinteger

A numeric value that indicates the number of items per page.

searchstring

A search term.

Response

List of certificate revocation lists retrieved successfully.

countinteger

Total number of items

total_pagesinteger

Total number of pages

pageinteger

Current page number

page_sizeinteger

Number of items per page

nextstring uri nullable

URL to the next page of results

previousstring uri nullable

URL to the previous page of results

Example response

{
  "count": 123,
  "total_pages": 10,
  "page": 1,
  "page_size": 10,
  "next": "https://api.example.com/items?page=3",
  "previous": "https://api.example.com/items?page=1"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.