Search My Spend Usage
Search the caller’s retained, finalized AI calls. This is not an organization report or a provider invoice.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Body
SearchMySpendUsageRequest selects a half-open finalization-time interval. The caller's identity is always obtained from the authenticated session. Bounds must have microsecond precision; finer timestamps are rejected.
Optional application filter; does not grant access to another user's calls.
Maximum rows per page. Zero uses the server default.
Opaque position token from a previous response. Keep history selectors unchanged when continuing; concurrent writes may shift page boundaries. Caller authorization is applied independently on every request.