This is not a single endpoint, but an entire group of endpoints that lets you to retrieve and manage the last run of given Actor or any of its default storages. All the endpoints require an authentication token.
The base path represents the last Actor run object is:
/v2/actors/{actorId}/runs/last{?token,status,origin}
Using the status query parameter you can ensure to only get a run with a certain status
(e.g. status=SUCCEEDED). Similarly, the origin query parameter filters runs by the means
by which they were started (e.g. origin=API). The output of this endpoint and other query
parameters are the same as in the endpoint.