# List files

### List files

`GET /api/v1/files`

Operation ID: `listFiles`

Lists private files in this organization. Pass a returned url on a LinkedIn send or campaign step. Pass nextCursor as cursor for the next page.

**Query parameters**

- `cursor` (string, optional)
- `limit` (integer, optional)

**200**: A page of files. Pass nextCursor as cursor for the next page.

- `files` (object[], required)
- `nextCursor` (string | null, required)
- `requestId` (string · uuid, required): Id of this request, for support and troubleshooting

**Errors**

- `400`: Bad request
- `401`: Unauthorized: missing or invalid API key
- `403`: Forbidden
- `404`: Not found
- `422`: Invalid request payload
