# GET > String Example Job Spec
Source: https://docs.chain.link/chainlink-nodes/job-specs/direct-request-get-string


This is an example v2 (TOML) job spec for returning a *string* in one Chainlink API Call. Note that the job calls the `fulfillOracleRequest2` function. If you are a node operator, use an [Operator contract](https://github.com/smartcontractkit/chainlink/blob/contracts-v1.3.0/contracts/src/v0.8/operatorforwarder/Operator.sol) with this job.
To test it from a smart contract, see this [Example](/any-api/get-request/examples/array-response).

<CodeSample src="samples/ChainlinkNodes/jobs/get-string.toml" />