---
title: List all actors
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-actors
---

# List all actors

Get a list of actors.

## URL

GET https://api.appstoreconnect.apple.com/v1/actors

## Query Parameters

fields[actors]: Additional fields to include for each actors resource returned by the response. filter[id]: Filter the returned actors by actor ID. limit: The maximum number of actors resources to return.

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 429 :

## Discussion

Discussion This endpoint supports multiple id’s in the filter paramenter. Example Request and Response

## See Also

### Reading actor information

- [Read actor information](appstoreconnectapi/get-v1-actors-_id_.md)
