Authentication
Authenticate with the Admin API by providing your API key ID and API key secret in the Authorization header of your requests.
Example:
Authorization: Bearer apiKeyId:apiKeySecret
get
Lists all logs from a project using the Authorization header
Required attributes
projectId | string | Your projectId |
Optional attributes
None |
Request
get
/api/projects/:projectId/logs
Response
Last modified 1/14/2025, 4:56:24 PM