Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsCoda ToolsCoda Retrieve The Grouped Logs Of A Pack
Coda Tools

Coda Retrieve The Grouped Logs Of A Pack

Retrieve grouped execution logs for a Pack in a specific Coda document. This endpoint returns Pack invocation logs grouped by execution, showing timestamps, status (success/failed), and detailed log entries for debugging. Logs are sorted by timestamp (newest first by default) an…

Write actionRisk level 2 of 5API key connection
Use Coda Retrieve The Grouped Logs Of A Pack

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • qstring
    Search query using Lucene syntax to filter logs by content (e.g., 'error', 'level:error', 'message:failed').
  • docIdstring
    Required
    ID of the Coda document where the Pack is used. Use CODA_LIST_AVAILABLE_DOCS to find available document IDs.
  • limitinteger
    Maximum number of grouped log invocations to return per page. Default is 25.
  • orderstring
    Sort order for logs by timestamp: 'asc' (oldest first) or 'desc' (newest first). Default is 'desc'.
  • packIdinteger
    Required
    Numeric ID of the Pack whose logs you want to retrieve. Use CODA_LIST_PACKS to find available pack IDs.
  • pageTokenstring
    Opaque pagination token from a previous response's nextPageToken field. Use to fetch the next page of results.
  • afterTimestampstring
    Return only logs after this timestamp (non-inclusive). Format: ISO 8601 (e.g., '2026-01-01T00:00:00.000Z').
  • beforeTimestampstring
    Return only logs before this timestamp (non-inclusive). Format: ISO 8601 (e.g., '2026-01-30T12:00:00.000Z').

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.