Skip to main content
GET
/
v1
/
processes
List Processes
curl --request GET \
  --url https://api.lab.fieldnode.dev/v1/processes \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "code": "<string>",
      "name": "<string>",
      "materialType": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.fieldnode.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

materialType
string

Filter on material type.

Response

The request has succeeded.

items
object[]
required

List of items.