---
title: "List Bulk Send Jobs"
method: GET
path: "/bulk_send_job/list"
tags: ["Bulk Send Job"]
---

# List Bulk Send Jobs

`GET /bulk_send_job/list`

Returns a list of BulkSendJob that you can access.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

successful operation

- BulkSendJobListResponse
  - `bulk_send_jobs` BulkSendJobResponse[], required — Contains a list of BulkSendJobs that the API caller has access to.
    - `bulk_send_job_id` string, nullable — The id of the BulkSendJob.
    - `total` integer — The total amount of Signature Requests queued for sending.
    - `is_creator` boolean — True if you are the owner of this BulkSendJob, false if it's been shared with you by a team member.
    - `created_at` integer — Time that the BulkSendJob was created.
  - `list_info` ListInfoResponse, required — Contains pagination information about the data returned.
    - `num_pages` integer — Total number of pages available.
    - `num_results` integer, nullable — Total number of objects available.
    - `page` integer — Number of the page being returned.
    - `page_size` integer — Objects returned per page.
  - `warnings` WarningResponse[] — A list of warnings.
    - `warning_msg` string, required — Warning message
    - `warning_name` string, required — Warning name

## Other responses

- `4XX` — failed_operation

---

[API](https://skmtc.net/hellosign/apis/dropbox-sign-api.md) · [All operations](https://skmtc.net/hellosign/apis/dropbox-sign-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellosign/dropbox-sign-api/revisions/2998c4df4efd/schema)
