Skip to main content

Returns

Returns a list of Specification objects.

Example

Parameters

string
Filter specifications by product ID.
string | SpecificationType
Filter by specification type. Possible values: CAPABILITY, INABILITY, POLICY. Other string values are sent to the API unchanged, so values added in newer API versions can be used; the API rejects invalid ones.
string | TestType
Filter by test type. Possible values: ACCURACY, SECURITY, BEHAVIOR.
string
Filter by specification name (partial, case-insensitive match).
str | int
default:"None"
Filter specifications created at or after this timestamp. Accepts ISO 8601 string (e.g., '2024-01-01T00:00:00Z') or Unix timestamp in seconds.
str | int
default:"None"
Filter specifications created at or before this timestamp. Accepts ISO 8601 string (e.g., '2024-12-31T23:59:59Z') or Unix timestamp in seconds.
string
Sort specifications by creation date. Valid values are "asc" and "desc".
int
default:"0"
Number of specifications to skip before starting to collect results. Use for pagination.
int
default:"10000"
Maximum number of specifications to return in a single request.
string | list[string]
default:"None"
The ID or IDs of the specification(s) to retrieve.