get: description: Returns a list of the fields available in the project. operationId: getFields parameters: - $ref: "#/components/parameters/Limit" - $ref: "#/components/parameters/Sort" responses: "200": description: Successful request content: application/json: schema: type: object properties: data: type: array items: $ref: "#/components/schemas/Field" "401": $ref: "#/components/responses/UnauthorizedError" "404": $ref: "#/components/responses/NotFoundError" tags: - Fields