GET
/
time-entries
/
{id}
curl --request GET \
  --url https://api.plane.com/v1/time-entries/{id} \
  --header 'Authorization: Bearer <token>'

Parameters

id
string
required

The ID of a time entry object.