API Endpoints
Get list of saved tasks
Returns a list of all saved tasks associated with the authenticated user. Each task includes its name, project, location, and instruction details.
GET
Authorizations
Insert API token, use the format: apikey <API-TOKEN>
.
Response
200
application/json
List of saved tasks
The response is of type object[]
.