get_cron_job_invocations_page_by_id

Function get_cron_job_invocations_page_by_id 

Source
pub async fn get_cron_job_invocations_page_by_id(
    client: &WasmerClient,
    cron_job_id: impl Into<String>,
    invocation_after: Option<String>,
    invocation_first: Option<i32>,
    start: Option<OffsetDateTime>,
    end: Option<OffsetDateTime>,
) -> Result<(CronJobWithInvocationsById, Paginated<CronJobInvocation>), Error>
Expand description

Retrieve one page of invocations for a cron job referenced by id.