---
title: "List Job Invocations"
method: GET
path: "/v2/apps/{app_id}/job-invocations"
tags: ["DigitalOcean-public.v2-new_Apps"]
---

# List Job Invocations

`GET /v2/apps/{app_id}/job-invocations`

List all job invocations for an app.

## Path parameters

- `app_id` string, required

## Query parameters

- `job_names` Schema[]
- `deployment_id` string
- `page` integer
- `per_page` integer

## Response `200`

A JSON with key `job_invocations`

- AppJobInvocations
  - `job_invocations` AppJobInvocation[]
    - `id` string
    - `job_name` string
    - `deployment_id` string
    - `phase` 'UNKNOWN' | 'PENDING' | 'RUNNING' | 'SUCCEEDED' | 'FAILED' | 'CANCELED' | 'SKIPPED' — The phase of the job invocation
    - `trigger` object
      - `type` 'MANUAL' | 'SCHEDULE' | 'UNKNOWN' — The type of trigger that initiated the job invocation.
      - `scheduled` object — The schedule for the job
        - `schedule` object
          - `cron` string — The cron expression defining the schedule
          - `time_zone` string — The time zone for the schedule
      - `manual` object — Details about the manual trigger, if applicable
        - `user` object — The user who triggered the job
          - `uuid` string
          - `email` string, email
          - `full_name` string
    - `created_at` string, date-time
    - `started_at` string, date-time
    - `completed_at` string, date-time
  - `links` PageLinks
    - `pages` union
      - ForwardLinks
        - `last` string — URI of the last page of the results.
        - `next` string — URI of the next page of the results.
      - BackwardLinks
        - `first` string — URI of the first page of the results.
        - `prev` string — URI of the previous page of the results.
      - unknown

## Other responses

- `401` — Authentication failed due to invalid credentials.
- `404` — The resource was not found.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

---

[API](https://skmtc.net/digitalocean/apis/digitalocean-api.md) · [All operations](https://skmtc.net/digitalocean/apis/digitalocean-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalocean/digitalocean-api/versions/cb3bf9b21459/schema)
