Record CLI command execution event

Records telemetry data for a CLI command execution including exit code, duration, and environment metadata. Returns a unique event_id that can be used to correlate errors with this event.

Note: Authentication required. Team and user information is extracted automatically from the Bearer token. This endpoint is accessible to all authenticated users, including read-only users, to ensure comprehensive telemetry collection.

Body Params
string
required

Name of the CLI command that was executed

int64

Duration of command execution in milliseconds

string
required

Unique identifier for the event (UUID format, must be generated by client)

int64

Exit code of the command execution

boolean

Whether a config file was present

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json