---
title: Read actor information
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-actors-_id_
---

# Read actor information

Get information about a specific actor.

## URL

GET https://api.appstoreconnect.apple.com/v1/actors/{id}

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the Read Review Submission Information response with the include ReviewSubmission.Relationships.SubmittedByActor.

## Query Parameters

fields[actors]: Additional fields to include for each actors resource returned by the response.

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## Discussion

Discussion Example Request and Response

## See Also

### Reading actor information

- [List all actors](appstoreconnectapi/get-v1-actors.md)
