diagnostic_signatures__logs__list
Retrieve logs associated with a specific diagnostic signature using its resource identifier. Supports pagination with limit and next URL parameters.
Instructions
List the logs belonging to a diagnostic signature. [GET /v1/diagnosticSignatures/{id}/logs]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Resource identifier. | |
| limit | No | maximum resources per page | |
| next_url | No | Absolute `links.next` URL from a previous response, to fetch the next page. When set, all other parameters are ignored. |