Skip to main content
GET
Retrieve a list of AI investigations for the account

Authorizations

Authorization
string
header
required

The primary authentication method for the Mezmo API.

Pass the key in the Authorization header in the format Token <ACCESS TOKEN>. For example:

This key is used for all APIs with the exception of ingest.

Query Parameters

state
enum<string>

The state of the investigation.

Available options:
triggered,
investigating,
completed
last_id
string

The identifier of the last record returned. Used to retrieve the next sequence of paginated records.

Maximum string length: 24
Pattern: ^[a-f0-9]{24}$
updated_since
string<date-time>

Filter investigations updated since the specified date and time.

Maximum string length: 30
limit
number
default:1000

The maximum number of records to return.

Required range: 1 <= x <= 1000

Response

Response schema for listing AI investigations.

Response schema for listing AI investigations.

meta
object
required

Contains additional contextual information about the api response.

data
AI Investigation · object[]
required
Maximum array length: 1000